Skip to content
Advertisement

Tag: firebase

Firestore Pagination, how to?

I can’t really seem to wrap my head around how this is done. Don’t think the documentation is explaining it very well, or maybe I’m just not getting it 🙂 What I’m trying to do is have a list that start out by showing X items. Then with a click of a button load the next X items in the

Firebase get doc ID that is nested several branches up

I am trying to search for all documents that contain a field, this field is contained in many documents. It’s a UID for users. I am trying to find all documents which contain a certain UID. Given the following struct: projects > aa (or bb or cc etc many here) > projectTickets > someDocID (which contains the field). So, I

Some phone numbers do not receive otp sms message with Firebase phone auth

I am experiencing unpredictable behaviour when authenticating users with firebase phone Auth for web, with the javascript modular web api. These are my dependencies: “@firebase/auth”: “^0.19.11”, “firebase”: “^9.6.8”, I have tested approximately 20 real phone numbers and some test numbers and for most of the time it works fine. But for some it fails to send the OTP code, without

Advertisement