react-native-firebase Questions

3

I am using the latest react native version 0.62 and latest version of react-native-firebase i.e. v6. I am able to get the notification and it working fine on the background but its not displaying o...

4

Solved

I use a lot of firestore snapshots in my react native application. I am also using React hooks. The code looks something like this: useEffect(() => { someFirestoreAPICall().onSnapshot(snapshot...

4

Solved

Is @react-native-firebase/admob deprecated? or just.. Why it doesn't work? I am using @react-native-firebase/admob (https://rnfb-docs.netlify.app/admob/usage). Everything works fine before to use &...

2

Solved

I am trying to GET data from Firestore but I cannot see data coming. I am building a react-native app. I am using react-native-firebase. I also tried Transactions method from react-native-firebase...

10

I'm using react-native-fbsdk: 0.8.0, react-native-firebase: ^5.2.2, react-native: ^0.57.4 and Facebook Test User account. This happened so suddenly. Once I sign out from firebase and try to log in...
Jujutsu asked 28/2, 2019 at 10:1

2

My issue (background notifications): I am using React Native Firebase. Everything is fine until recently I updated to version 6.7.1 of the library. After the update background notification(while a...

3

I've been stuck on this issue for so long. I just started implementing Firestore in my react-native application with react-native-firebase. I'm just following the docs [https://invertase.io/oss/rea...

1

Solved

Firebase compilation in error at [FIRAnalytics setScreenName ...] in RNFirebaseAnalytics.m when updated to react-native 0.64.2 from 0.61 node_modules/react-native-firebase/ios/RNFirebase/analytics/...
Exerciser asked 17/6, 2021 at 14:8

3

Solved

I am getting the following issues when running "react-native run-android" in my project. I've gone through the react-native-firebase per normal but in this case I can't quite see what I might have ...
Cruz asked 5/12, 2017 at 21:11

6

I'm trying to integrate Firebase into my expo app using the react-native-firebase framework which has several advantages over the regular firebase package when it comes to react-native apps. Howev...
Foist asked 5/10, 2017 at 18:6

1

I am using @react-native-firebase/app": "^8.2.0", @react-native-firebase/messaging and react-native v0.61.0. also using @react-native-community/push-notification-ios": "^1...

0

So I am getting this [see Image] as a stacktrace after integrating react-native-firebase and I am able to understand it. Message is correct "undefined is not an object". But Line Numbers...
Newfangled asked 1/6, 2021 at 14:30

1

As most of you are probably aware, iOS 14 will basically put an end to app acquisition tracking as we know it. Here are two great articles that explore the issue in length: The App Attribution Ind...

1

My current android target sdk on React Native is 28, but Play Store is showing to update it to 29. So I made the following changes in android/build.gradle buildscript { ext { googlePlayServicesV...
Laconic asked 9/8, 2020 at 5:36

2

Solved

so I recently tried to make a FlatList search for users in firebase, but I have been running into a bunch of errors, although there seems to be no bugs in the code. At the moment, the list searches...

2

Solved

Is it possible to add custom fields to the user profile table in Firebase? Right now it looks like I can only add data to: "uid" "displayName" "photoURL" "email" "emailVerified" "phoneNumbe...

3

If I install the app when clicking the dynamic link. All of that information from dynamic should be still available when I open the app for the first time.How can I get that information? It is not ...

4

I'd like to stop receiving notifications to the app once the user logs out. I guess I'd have to remove the device token generated by react-native-firebase but I can't find any functionality to do t...
Payday asked 19/5, 2018 at 18:27

2

I have a React native application with configured using react native firebase lib and added the module of Crashlytics. Everything works okay but when i try to log an error using recordError() meth...
Tortuous asked 12/12, 2018 at 11:11

1

we are using react native firebase version 6 messaging to handle push notification. From the remote notification content, we are not able to increment/ decrement the badge count on ios. So we are u...

1

Solved

I am using firebase dynamic links. This is working fine as app in installed on ios or android. as if app not installed on android it redirects me to play store. but in ios if app is installed it is...

0

I'm trying to use the new firebase authentication emulator on React Native (0.63.3) on an android studio emulator (Pixel 4 API 29). In the newest major update of react-native-firebase (V 10.0.0), s...

2

Solved

I've followed multiple tutorials and read multiple Stackoverflow posts, but no matter what I do, I can't get anything to show up in my DebugView for my iOS app using RNFireBase. I would really appr...

2

Solved

I am using react-native-firebase to work with our Firebase account for authentication, firestore and storage. Attempting to upload a photo to Storage is failing with an unknown error. Here is the c...

1

Solved

Sometimes some of my events do not get logged in the Firebase DebugView and I'm currently trying to find out why. We decided about leaving out the await for firebase.analytics().logEvent(...), and...
Neon asked 7/4, 2020 at 9:24

© 2022 - 2025 — McMap. All rights reserved.