Skip to content

Using AWS Lambda/Google Cloud Functions to create users, generate sign in codes and store it in firebase database. Consumed by simple mobile app created in React Native

Notifications You must be signed in to change notification settings

Srkinator/react-native-serverless-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Serverless Auth Project

This is a Client + Server Side Signup/Signin Authentication project. I'm showing the way how to authenticate a user via his phone number and code received in SMS message, consumed by mobile application created in React Native.

Client: Simple React Native app with a sign in/sign up screen.
Server(less): Create/Save users and generated sign in codes in firebase database using Google Cloud Functions or AWS Lambda Functions

Client Side

-   React Native
-   React Navigator

Server Side

-   Firebase
-   Twilio (SMS)
-   AWS Lambda
-   Google Cloud Functions
-   Serverless framework

About

Using AWS Lambda/Google Cloud Functions to create users, generate sign in codes and store it in firebase database. Consumed by simple mobile app created in React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published