https://github.com/jglchen/react-native-firebase-auth
A react native(mobile) authentication system with Firebase using an encrypted storage to store session data.
https://github.com/jglchen/react-native-firebase-auth
authentication expo firebase firebase-auth react-native reactjs typescript
Last synced: 2 months ago
JSON representation
A react native(mobile) authentication system with Firebase using an encrypted storage to store session data.
- Host: GitHub
- URL: https://github.com/jglchen/react-native-firebase-auth
- Owner: jglchen
- Created: 2023-01-09T07:10:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T04:10:04.000Z (about 2 years ago)
- Last Synced: 2026-01-01T12:11:04.326Z (6 months ago)
- Topics: authentication, expo, firebase, firebase-auth, react-native, reactjs, typescript
- Language: TypeScript
- Homepage: https://jglchen.github.io/react-native-firebase-auth/
- Size: 917 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Firebase Authentication
This example creates an authentication system that uses **an encrypted storage to store session data**.
- Firebase Authentication with Email/Password, Google Sign In, GitHub Sign In, and Email Sign In available to authenticate users.
- The emails registered in Firebase Authentication are saved in a separate database for future data development of individual users, for this illustration Firestore Database.
- Session data is encrypted in local storage.
**iOS** and **Android** mobile apps are developed with **React Native**, anyone who is interested can test the development builds with [iOS Simulator Build](https://expo.dev/accounts/jglchen/projects/firebase-auth/builds/da8ba431-1739-4dd2-8735-2a2a65836d18) and [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/firebase-auth/builds/987f6f8c-d8bd-41f0-95d0-43be634e3bf2). If the build storage link has expired, please go to [https://projects-jglchen.vercel.app/en/contact](https://projects-jglchen.vercel.app/en/contact) to request build files.
### [iOS Simulator Build](https://expo.dev/accounts/jglchen/projects/firebase-auth/builds/da8ba431-1739-4dd2-8735-2a2a65836d18)
### [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/firebase-auth/builds/987f6f8c-d8bd-41f0-95d0-43be634e3bf2)
### [React Native GitHub](https://github.com/jglchen/react-native-firebase-auth)
### [View the Web Demo](https://firebase-auth-rust.vercel.app)
### [React GitHub](https://github.com/jglchen/firebase-auth)
### Docker: docker run -p 3000:3000 jglchen/firebase-auth