Top "React-native-firebase" questions

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

Java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/firebase/FirebaseApp

This is React Native project. I have an error after successful build in Android Studio Emulator: java.lang.NoClassDefFoundError: Failed …

java android firebase react-native react-native-firebase
How to combine Firestore orderBy desc with startAfter cursor

i am trying to query a list in firestore that should be sorted by a descending date property and make …

javascript firebase google-cloud-firestore react-native-firebase
react-native-firebase install - package io.invertase.firebase does not exist?

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 …

react-native-firebase
Push notification not showing in Android foreground

I've used react-native-fcm for remote notification in android and iPhone. react-native-fcm In Android foreground I'm not be able to getting …

android react-native firebase-cloud-messaging react-native-firebase remote-notifications
Make push notifications appear as pop up when app is on background with firebase

I am setting up push notifications with my react native app to android users using Firebase Cloud Messaging. So far …

android firebase react-native push-notification react-native-firebase
ERROR: Could not find method platform() for arguments - React Native - Firebase

Has anyone faced this issue following the official documentation for react-native-firebase? ERROR: Could not find method platform() for arguments [com.…

android firebase react-native gradle react-native-firebase
Expo and react-native-firebase

I'm trying to integrate Firebase into my expo app using the react-native-firebase framework which has several advantages over the regular …

firebase react-native expo react-native-firebase
Task 'installDebug' not found in project ':app'

I get error on my react-native app while I am trying to execute following code react-native run-android --variant=release Starting …

react-native react-native-android react-native-firebase