https://github.com/arjayosma/expo-firebase-phone-authentication
Simple example for Expo-Firebase phone authentication.
https://github.com/arjayosma/expo-firebase-phone-authentication
authentication expo firebase phone react-native recaptcha
Last synced: 3 months ago
JSON representation
Simple example for Expo-Firebase phone authentication.
- Host: GitHub
- URL: https://github.com/arjayosma/expo-firebase-phone-authentication
- Owner: arjayosma
- License: gpl-3.0
- Created: 2020-04-07T23:59:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T10:54:59.000Z (over 2 years ago)
- Last Synced: 2024-10-29T21:29:23.059Z (8 months ago)
- Topics: authentication, expo, firebase, phone, react-native, recaptcha
- Language: JavaScript
- Homepage:
- Size: 800 KB
- Stars: 22
- Watchers: 2
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expo-Firebase Phone Authentication
This project is a minor implementation of using Firebase phone authentication inside an Expo project.
## Set Up
Make sure to setup the configuration inside the `firebase.js` file or inside the `app.json` file. Please use your created Firebase project for this purpose.
## Installation
`yarn install`
## Running the Application
`expo start`
## Contribution
Please submit issues in this repository if you found one and let's discuss it. Thank you!