Universal Auth with Firebase and Expo Router
Auth is very important for any app these days.
Folder setup
install @react-native-firebase/app , @react-native-firebase/auth and firebase
src/firebase/firebase.tsx
import { Platform } from 'react-native';
import { getAuth, Auth, signInWithEmailAndP...
sisodev.hashnode.dev4 min read