Skip to main content

All Questions

Tagged with
0 votes
1 answer
34 views

Title: Firebase Auth Error: Missing Client Identifier [auth/missing-client-identifier] Despite Correct SHA1/SHA256 Configuration

I am encountering an error while trying to send an OTP using Firebase Authentication in my React Native app. The error message I receive is: vbnet Copy code ERROR Error sending OTP: [Error: [auth/...
Farhan's user avatar
  • 1
2 votes
4 answers
1k views

How to fix Duplicate class com.google.firebase.Timestamp

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkReleaseDuplicateClasses'. Duplicate class com.google.firebase.Timestamp found in modules jetified-...
anuchit_GG's user avatar
0 votes
2 answers
242 views

React Native error, "Text strings must be rendered with <Text> component" but its not a text string?

I am trying to make a chat app in react native, with firebase for data and authentication. I am now trying to make the screen which will display a chat feed, fetching a collection of messages from my ...
Victor Woydowski Dralle's user avatar
0 votes
0 answers
25 views

I have faced warning and Error in useEffect() Function React Native app new 'NativeEventEmitter()'

Given Error: This is the Image of the Error which I get when I run the app. You can see the image below. My useEffect Code Here is my useEffect function, I use Firestore to fetch the data about Post. ...
Abdul Saboor's user avatar
0 votes
1 answer
352 views

Unable to resolve "firebase" error in React Native project

I try to use Firebase in a ReactNative project. I added all the configurations data in a config.js file : <Project_Name>\src\firebase\config.js import * as firebase from 'firebase'; import '...
Freddy's user avatar
  • 69
0 votes
0 answers
98 views

React Native errors with firebase initialization

I'm creating a react native app using expo and typescript and trying to create a sign up with firebase. I have one warn and two errors, please give me any ideas how to fix that. WARN [2023-09-07T14:...
Ruslan Makhmatov's user avatar
2 votes
0 answers
218 views

React Native using debug.keystore or my-upload-key.keystore for developement?

I am just starting up with React Native and don't know the standard practices. I created a react native project and need to integrate react native firebase. React Native Firebase needs a SHA-1 for ...
Rusty's user avatar
  • 4,375
0 votes
1 answer
120 views

Expo (react native) how to recover firebase password

I have a login created in expo which allows me to register and also log in but I don't know how to recover my password through email (google auth is set by email/pass) so the login is by email but I ...
danirdev's user avatar
3 votes
0 answers
419 views

How to use app check in react-native after enabling play-integrity in firebase?

I'm trying to integrate firebase phone auth in react-native for (android/windows), and already enabled App-check with play integrity in firebase. I already installed all important package of react-...
Ajay Kumar Yadav's user avatar
0 votes
1 answer
2k views

Duplicate class com.facebook.. found in modules jetified-react-android-0.71-debug.3-debug-runtime and jetified-react-native-0.69-debug.2-debug-runtime

[com.facebook.react:react-native:0.69.2] /Users/gagangupta/.gradle/caches/transforms-3/0f1732d94a06d041909e2f52d4f8dad0/transformed/jetified-react-native-0.69.2-debug/AndroidManifest.xml Warning: ...
Gagan Gupta's user avatar
1 vote
1 answer
563 views

Task :app:processDebugMainManifest FAILED, Manifest Merger Failed with multiple errors in React Native using Android Sdk Version 31

Getting the error below when I try to run npm run android to launch a React Native app. Have done npm install --legacy-peer-deps, done a clean git clone, and wiped all user data on the android ...
user10343527's user avatar
8 votes
0 answers
1k views

MainApplicationReactNativeHost does not exist

After changing my application name with react-native-rename, I cannot do .\gradlew bundleRelease. The error is: execution failed for task ':app:compileReleaseJavaWithJavac'. After I read more, the ...
Hengky 909's user avatar
3 votes
0 answers
960 views

com.facebook.infer.annotation.Assertions.assertCondition (Assertions.java:82)

Getting com.facebook.infer.annotation.Assertions.assertCondition (Assertions.java:82) in firebase Crashlytics console. com.facebook.infer.annotation.Assertions.assertCondition (Assertions.java:82) ...
Piyush Garg's user avatar
5 votes
1 answer
483 views

Ionic React: useHistory().push() not working when tapping FCM notification

So I setup my push notification handler: export function useInitializePushNotification() { const nav = useHistory(); useEffect(() => { PushNotifications.removeAllListeners().then(() => ...
Alvin Stefanus's user avatar
2 votes
1 answer
880 views

The development server returned response error code: 500 in react native when connect to firebase by installing firebase

I try to connect to firebase by react native. Here is code import React, {Component} from 'react' import {View} from 'react-native' import Card from './card' import { initializeApp } from 'firebase/...
user avatar

15 30 50 per page
1
2 3 4 5