python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
React Native Firebase: Trying to port to a new firebase project but app shows older values
I am trying to port my existing RN app from an older firebase project to another one. But when I change the google-services.json to a new one pointing to the new Firebase project the references to my ...
Muqtadir Ahmed
Votes: 0
Answers: 1
Google Play Reject: Is there a way to use Firebase Analytics without using background location?
I've uploaded my react-native app to Google Play and it has been rejected due to using background location permission.
The rejection email from Google Play
Google Play won't allow any background locat...
Kobi S.
Votes: 0
Answers: 0
React-Native-Firebase Spread auth().currentUser Object {...auth().currentUser}
when I Console.Log(auth().currentUser) i get the following result:
Object {
"displayName": "Test",
"email": "test@gmail.com",
"emailVerified": f...
janodetzel1
Votes: 0
Answers: 1
React Native realtime database build error
So I tried adding firebase database to an existing project and it kept throwing this gradle error, however when I made a new project and installed it, It worked fine, even the the project I'm currentl...
S_C
Votes: 0
Answers: 2