I have project that I need to display a leaderboard of the top 20, and if the user not in the leaderboard they will appear in the 21st place with their current
I am using firebase functions with pubsub. The functions are invoked every time there is an incoming message (push) I am looking at incorporating retry mechanis
Please I want to retrieve images with text from Firebase Realtime Database to a RecyclerView using a CardView which contains ImageView for the image and two Tex
For setting up firebase i am using two config 1.GoogleService-Info-test.plist, 2.GoogleService-Info-prdn.plist for UAT and Production. For installing crashlytic
Already found the reason: You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you&r
I have a multi module project. I want to be able to run the instrumentation tests i'm writing for these modules separately. I am continually running into the
so I've got this error in my last project while trying to link it with firebase for my flutter app. So for this project , I downloaded it from my github which I
I'm trying to add firebase email-password authentication using firebase and react firebase hooks. I want to show an error message when user try to sign in and t
I have a collection, I want to delete 2 documents from this collection Paradas collection and delete it from the nested map too Nested map like in SQL, when yo
I am trying to create a create a firebase project using terraform. I am new in it and need some guidance in setting up the firebase project. I am facing an issu
I just set up a new project for Firebase and it is requiring me to enable Identity Toolkit API. This is a problem because, even though I'm wrapping the fireba
I'm goning to use auth.UID in my backend web service as api_key for each user I wounder if UID is final key or it expires/changes
When I run my swift 3.2 code with Xcode 9 beta 4 this is the error I get: *** Terminating app due to uncaught exception 'com.firebase.core', reason: '[FIRApp c
I've update my flutter package to the last versions and now IOS doesn't work anymore. When I try to update the pods it's shows this error: [!] CocoaPods c
I want to take your opinion about this weird scenario before applying it. I'm using FirebaseUI. The users' table ID NAME EMAIL PHONE_NUMBER PHOTO_URL CREATED S
In my react native app i had added firebase , so my root gradle and app gradle is: root build.gradle: buildscript { ext { ... } repositories { google()
Context I am making an Angular web application using firebase messaging. I followed a tutoriel and the documentation to configure firebase successfully (I guess
I'm trying to update the document with the new comments array but I'm getting this error when I submit a new comment. In every document, there is an array(comme
Hi everyone I'm using react-native firebase to send notification to users. Also using the Agora for online call.Both works fine. I want to make a sticky notifi
I am developing a react native app. I want to share the selected images which I fetch from firebase storage and listed in the app to social media like WhatsApp.