Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48979

[Ioni5 - React] Authentification Firebase with IOS auth/internal-error

$
0
0

Hello I try create connection with phoneNumber with Firebase.
On Android OS all OK but with iOS I have auth/internal-error.
I trie to put GoogleService-info on Xcode but nothing work

code:
import { initializeApp } from “firebase/app”;
import {
getAuth,
signInWithPhoneNumber,
} from “firebase/auth”;
initializeApp(firebaseConfig);

const auth = getAuth();
signInWithPhoneNumber(
auth,
formatPhoneNumberFirebase(phoneNumber),
recaptchaVerifier
)
.then((confirm) => {
confirmationResult = confirm;
resolve();
})
.catch((error) => console.error(error));

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 48979

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>