Display_name and photo not changing while creating an account via email and password in firebase
I created a sign in function but the display name and the profile doesn’t change
Im getting an Error setting up Firebase Authentication in my react native mobile application(createUserWithEmailAndPassword)
Firebase.JS import { initializeApp } from “firebase/app”; import { getAuth } from “firebase/auth”; const firebaseConfig = { // … }; const app = initializeApp(firebaseConfig); export const auth = getAuth(app); RegisterScreen.js import { auth } from “../firebase”; import { createUserWithEmailAndPassword } from “firebase/auth”; const RegisterScreen = ({ navigation }) => { const [name, setName] = useState(“”); […]
Im getting an Error setting up Firebase Authentication in my react native mobile application(createUserWithEmailAndPassword)
Firebase.JS import { initializeApp } from “firebase/app”; import { getAuth } from “firebase/auth”; const firebaseConfig = { // … }; const app = initializeApp(firebaseConfig); export const auth = getAuth(app); RegisterScreen.js import { auth } from “../firebase”; import { createUserWithEmailAndPassword } from “firebase/auth”; const RegisterScreen = ({ navigation }) => { const [name, setName] = useState(“”); […]
import { initializeApp } from “firebase/app” not working
I’m a newbie and was developing my first project with React Native and Firebase. I already did npm install firebase have a FirebaseConfig.js file that looks like this:
Error Creating Users Firebase authentication – React Native
I have a relatively simple React-Native app. I am trying to implement Firebase Authentication. I am coding in VScode and in Xcode, I’m running my app on an IOS iPhone emulator.
Firebase Authentication in React Native App – CocoaPods use_framework breaks
I have a relatively simple React-Native app. I am trying to implement Firebase Authentication. I am coding in VScode and in Xcode, I’m running my app on an IOS iPhone emulator.
Authentication error: app._isFirebaseServerApp is not a function (it is undefined)
I have this Problem in main app but working on another project. When I run the relevant part in app.js alone, it gives the same error (just like in the other project). I use expo. Also my package.json:
Disable recaptcha in mobile auth firebase
I am using firebase mobile auth for authentication. Otp received successfully. But it goes to the recaptca. I don’t want it. When i search for youtube videos they ask to disable the