Hi everyone and thanks in advance for your help, does any of you uploaded code to Firebase Hosting from an iPad? is there any console app that can be use to do
Trying to Delete messages in a chatting application. There are 2 ways, 1) Delete for Me and 2) Delete for Everyone. But I'm not able to perform any of those as
I am developing a RN app in Expo with firebase as backend. So far, the app only uses firebase auth and firestore and for whatever reason, I randomly started get
I'm trying to use google sign in from firebase in my ionic angular project, I follow the tutorial, the compilation was good but when i click the sign in button
React native project when debugging crashlytics not working Logs given as below 2022-04-20 16:59:18.685 Db Wapp Staging[76015:1fff68] [com.apple.defaults:User D
I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest
I have 3 different Fragments to sign in. This is one of fragment to sign-in. @AndroidEntryPoint class SettingFragment : Fragment(){ lateinit var binding: Fragm
I have a dynamic link that is working fine on Android however I can't get the App Store redirect behaviour working correctly on iOS. If I set up the dynamic lin
I am building a flutter app with Firebase as the back end. I have created an AuthService class on a separate file and import and use the Auth functions inside t
I've deployed firebase deploy in cmd console. but error has occured several times. I already tried these things: Changing %RESOURCE_DIR% in firebase.json file T
We are using firebase service for verifying users numbers which was working fine few days ago. But now it suddenly sometimes work and sometimes doesn't and thro
i have a flutter application where users have an email and password (accounts) and i want to give the user the option to delete their account if they want to, t
I was wondering if there was a way to proxy my firebase-deployed app to redirect all requests to a heroku API URL. { "name": "denrol", "version": "0.1.0",
I've followed the Firebase docs for integrating my iOS app with Google Sign-in authentication, and now that I have the "sign-in with google" button showing up i
I have a question about Firebase Authentication for custom domains. I added the dns record and tried to verify the email after 24 hours, but when I click the li
I have a firebase project with a google cloud function like this: export const myFun = functions.region("europe-west1") .runWith({ timeoutSeconds: 10, secre
Here I trying to add dependency geoflutterfire: ^3.0.3 After adding this line in pubspec.yml I presses pub get to get all package which I listed in it. But I g
I need to add some value (val) to existing array in google.cloud.firestore document. I found solution like that: database.collection('collection_name').document
Using the legacy FCM HTTPS API is it possible to send messages to a device or a device group as stated in the documentation here, but their is not information r
Environment Operating System: macOS 10.15.7 Node Version:v16.14.2 Nuxt Version: 3.0.0-rc.2 Firebase: 9.7.0 firebase-admin: 10.2.0 firebase-functions: 3.21.0 fir