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:

1347 questions
3
votes
1 answer

Project with path ':react-native-google-sign-in' could not be found in project ':app' in React Native Android

I am getting project not found. I have a try to run but getting error could not be found in project ':app'. Please help me. `FAILURE: Build failed with an exception. Where: Build file 'C:\Users\Vijay\lavisducagou\android\app\build.gradle' line:…
Zeeshan Ali
  • 176
  • 1
  • 5
  • 19
3
votes
2 answers

Push notifications not working when my app is closed in react native firebase

i did not any receive fcm when my app is closed in foreground and open state i received but in background state not working i think all my code is ok but not receive
3
votes
0 answers

How to send 6 digit verification code to email using react native firebase for emailverification?

I'm currently building react native app which requires authentication using firebase. When the user sign up, I need to send 6 digit verification to email and when the user types that number in the app, then they can sign up. Same flow for the forgot…
3
votes
0 answers

React-Native-Firebase Crashlytics not tracking, events working IOS

Using react-native-firebase version 5.5.5 in my react-native version 0.59.9 project. Recently the IOS crashlytics have stopped tracking, and the latest version is not in the crashlytics selection screen, however the events are still being tracked on…
Meir Snyder
  • 789
  • 1
  • 6
  • 16
3
votes
0 answers

Stop big view (expansion) of notification in tray for Google FCM in React-Native implementation (react-native-firebase)

I'm using Firebase Messaging (FCM) in a React-Native setting. When the notification is at the top on the tray, it expands by default (Big View). Also, it expands when user tries to expand it. However, there is no way mentioned in the documentation…
3
votes
1 answer

Firebase messaging.getToken() fails with MISSING_INSTANCEID_SERVICE error

I am trying to integrate Firebase Cloud Messaging into an ongoing project. I followed the guide for installation here and installed both @react-native-firebase/app and @react-native-firebase/messaging. However, when I attempt to get device token…
3
votes
1 answer

RN Firebase dynamic link, how to resolve embedded link

I'm scanning QR code containing FB Dynamic Link inside from withing my app. I get something like this https://myapp.page.link/S8rq8wTHFE1KYj8D8. The question is how do I resolve the underlying URL/link that was used when this link was created?
3
votes
1 answer

React Native Firebase Crashlytics Deobfuscation

I have integrated crashlytics using react-native-firebase, and i have uploaded all the required dSYMs into the console. So, the crashes are shown, but they are obfuscated and they can't be tracked down in this format. Fatal Exception:…
angelos_lex
  • 1,593
  • 16
  • 24
3
votes
0 answers

No known class method for selector error in RNFirebaseAuth.m file when run ios build

No known class method for selector 'credentialWithProviderID:IDToken:rawNonce:' try every solutions pod update,pod install , cocopods update & install, pod repo update but same error....
3
votes
1 answer

How do I overcome "Permission Denial....obtain access using ACTION_OPEN_DOCUMENT or related APIs"?

I'm using react-native-firebase and react-native-document-picker and I'm trying to follow the face detection tutorial. Currently getting the following error despite having read access through PermissionsAndroid: Permission Denial: reading…
sbeleidy
  • 323
  • 3
  • 11
  • 20
3
votes
2 answers

Sendbird push notification when app is in background

Here is my query. I have implemented sendbird sdk in one of my react-native app for chat implementation. I am trying to implement push notifications. I have used react-native-firebase for firebase push notifications as described in sendbird's…
3
votes
3 answers

How to set zoom level in google map according to miles in react native?

I have react native application using react-native-maps,in which there is a feature to display near by users based on radius chosen by user that works fine using geocode. but I am facing problem to set zoom level of Map based on user radius? if user…
3
votes
2 answers

React Native Google Signin with multiple accounts

I have a react native application which uses google sign in. currently, I can sign in with one of my google accounts which my mobile signed in, but I need to do an OAuth for another google account in my google accounts stack, this is to get the API…
3
votes
0 answers

How to disable notifications on background state?

I use react-native-firebase/messaging: 6.4.0 and react-native-push-notification: 3.2.1 In background/quit state i get two notifications: 1. Default notification from react-native-firebase 2. Custom notification from…
3
votes
2 answers

Firebase Cloud Messaging Notification - message is received multiply times

I'm trying to catch a notification in the foreground with react native, using react-native-firebase. If the app is in the background, the notification is being shown only once as it should (obviously because it's not handled within the app). But…
sir-haver
  • 3,096
  • 7
  • 41
  • 85