I am trying to install Firebase into my xCode project. I clicked file > add packages and only 12 "Apple Swift Packages" show up, and if I search fo ...
I am trying to install Firebase into my xCode project. I clicked file > add packages and only 12 "Apple Swift Packages" show up, and if I search fo ...
Here is what the structure of the initial collection looks like: I'm trying to retrieve all the documents within Messages, which has the custom ind ...
I have a question regarding how to do a full-text search on firestore. I have a simple app, which I wrote on react native. My app works fine, I have c ...
Last year Firestore introduced count queries, which allows you to retrieve the number of results in a query/collection without actually reading the in ...
I've installed Unity Firebase SDK, firebase google-services and configured Player Settings with com project name. After that, I've written the followi ...
Using firebase-admin, I have several collections inside one collection. I need them all, so I need to to 4 different calls. The first one for the "use ...
Heyy Devs.. I'm creating an Android app using firebase in which phonenumber authentication is required. But I want to use my own otp verification syst ...
We have a Google Admin account and manage users via that console. I am building an application and would like to manage user logins through that appli ...
Update As Gerardo pointed out, vapidKey != FCM Token. I finally got things going, though im unsure if this is the best way to do it. This was what ...
I want a dynamic error message instead of this static error message. Please review my code and help me out with the code to show an error message in ...
I need to publish my Flutter web app on a web server folder. Here you have the index.html file: Here you have firebase-messaging-sw.js: The iss ...
I am a newbie in programming :>. I want to register a user's account in firebase authentication and at the same time store the details in a real-ti ...
How could I return a Bool from this sign in with apple function that uses the authorizationController? I have been looking at withCheckedThrowingConti ...
I have a cron job function running on Firebase functions, which fetches all documents from my User collection in Firestore, and sends notification usi ...
My flow is: At the login store FCM token in firestore DB and also subscribe to 2 topics for notification On change/refresh of fcmToken : again s ...
I have a collection of objects that I want to retrieve. The objects have some date key:value pairs in them and I want to return all of those as a prop ...
Suppose I have the following Firestore data structure: collection tickets { name: "Testticket", open: true, users: [ "users/abcd ...
I create .env.local and have there a few variables, when I use one of them it returns undefined, it's just for one specific variable I tried to cha ...
i am using Next JS 13 with default pages directory and i use database for my project. Everything works fine, until i started to implementing firebase ...
After carefully trying other answer, nothing seems to work. Notification are working fine, when I click on them and the app has been initialised. Wh ...