An open API service indexing awesome lists of open source software.

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.

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