Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirilkirkov/react-native-phone-auth-starter-pack
React native login with phone number and email signup with Google Firebase.
https://github.com/kirilkirkov/react-native-phone-auth-starter-pack
ios phone-auth phone-authentication react-native react-native-app
Last synced: 1 day ago
JSON representation
React native login with phone number and email signup with Google Firebase.
- Host: GitHub
- URL: https://github.com/kirilkirkov/react-native-phone-auth-starter-pack
- Owner: kirilkirkov
- Created: 2020-06-26T05:43:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T06:56:26.000Z (about 2 months ago)
- Last Synced: 2024-10-12T10:44:45.640Z (about 1 month ago)
- Topics: ios, phone-auth, phone-authentication, react-native, react-native-app
- Language: JavaScript
- Homepage:
- Size: 2.93 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Handle when is changed file and renew ios emulator in live
brew update
brew install watchman## Install node modules
npm install## Install pods
pod install## Start application in ios emulator
react-native run-ios