Questions tagged [react-native-firebase]

This tag is for the react-native-firebase npm package.

This tag is for the react-native-firebase npm package. React Native Firebase allows the use of the full firebase suite of modules whilst working with react native, it works by providing a javascript bridge to the native android and iOS firebase SDK's.

When using this tag it would be helpful to specify the following:

1. Application Target Platform(s):

2. Operating System:

3. React Native version:

4. RNFirebase Version:

5. Firebase Module:

1074 questions
-1
votes
1 answer

No Firebase App '[Default]' Has Been Created Call Initialize

I am trying to upgrade to RNFirebase 6 from 5 and am going to move all my authentications from firebase.js sdk to RNFirebase and I am not sure why this initialization isn't working. I am using service everywhere so no idea what to be doing…
-1
votes
1 answer

react native firebase save fcm data only when app is died or closed (IOS)

I'm using react-native-firebase for getting new notification I would like to send from fcm data-only message, but i can't save this data when IOS app is closed or in background. For android the solution is 'Headless JS', so if someone know any…
-1
votes
1 answer

Trying to get firebase image storage url in react native

I've successfully stored an image in firebase storage but whenever I want to retrieve the download url, it returns Object object. However the log shows valid string url. P.S have a look at the code below. Thankyou getImageUrl = async(fileName) =>…
Amrita Stha
  • 2,139
  • 2
  • 18
  • 31
-1
votes
2 answers

react-redux-firebase not populating profile in firebase reducer

react-redux-firebase isn't populating user profle in firebase reducer even after a successful signIn width auth.signInWithEmailAndPassword method and data exist users/${uid}.As I'm storing data in firestore so I've configured react-redux-firebase…
-1
votes
1 answer

dynamically querying Firestore in react native

I am getting messages from firebase/fire store in realtime. But I want querying the data dynamically by passing a dynamic number(date) to where clauses in Firestore and getting data if the data's number(date) is greater than given dynamic number. I…
-1
votes
1 answer

react-native-firebase schedule background notification

It is possible to set schedule notification with react-native-firebase and receive it in background when app was closed? If yes so how or it should be only possible with push notification? I created schedule notification listener but only get notif…
Ernestyno
  • 687
  • 1
  • 10
  • 16
-1
votes
1 answer

React Native Firebase - Database Update with state values

I want to update values in the firebase - database, based on entered user informations from textinputs. I set the state in the onChange Events of the textinputs as usual. But when I finally want to update the database with the entered informations,…
-2
votes
0 answers

React native firebase issue

I want to ask the user in register page whether he is a teacher or student and send him to desired dashboard but with all the validations and authentication and store the info. in firebase . please help
-2
votes
1 answer

React Native Firebase only fetch data one time

i have a problem, i made my app with .once('value', but when i restart my app, the content of firebase still the same, it didn't update. Why this?
1 2 3
71
72