Relative Content

Tag Archive for firebasereact-nativefirebase-authentication

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(“”); […]

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