https://github.com/jglchen/react-native-firebase-auth-email
A react native(mobile) authentication system with Firebase Email Passwordless Link using an encrypted storage to store session data.
https://github.com/jglchen/react-native-firebase-auth-email
authentication expo firebase firebase-auth react-native reactjs typescript
Last synced: 2 months ago
JSON representation
A react native(mobile) authentication system with Firebase Email Passwordless Link using an encrypted storage to store session data.
- Host: GitHub
- URL: https://github.com/jglchen/react-native-firebase-auth-email
- Owner: jglchen
- Created: 2023-01-10T04:11:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T07:12:36.000Z (about 2 years ago)
- Last Synced: 2025-03-13T20:44:23.418Z (over 1 year ago)
- Topics: authentication, expo, firebase, firebase-auth, react-native, reactjs, typescript
- Language: TypeScript
- Homepage: https://jglchen.github.io/react-native-firebase-auth-email/
- Size: 727 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Firebase Passwordless Authentication
This example creates an authentication system that uses **an encrypted storage to store session data**.
- Firebase Authentication with Email Passwordless Link is used to authenticate users.
- 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-email/builds/0f15f092-b8d8-4bc1-ac03-bf703c0d3edd) and [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/firebase-auth-email/builds/fb497610-636a-48ef-8686-725e40d19ed1). 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-email/builds/0f15f092-b8d8-4bc1-ac03-bf703c0d3edd)
### [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/firebase-auth-email/builds/fb497610-636a-48ef-8686-725e40d19ed1)
### [React Native GitHub](https://github.com/jglchen/react-native-firebase-auth-email)
### [View the Web Demo](https://firebase-auth-email.vercel.app)
### [React GitHub](https://github.com/jglchen/firebase-auth-email)
### Docker: docker run -p 3000:3000 jglchen/firebase-auth-email