Giter Site home page Giter Site logo

burenman / userauth-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samuelfolledo/userauth-starter

0.0 0.0 0.0 54.53 MB

iOS app starter with the following authentications: Apple Sign In, Google Sign In, Facebook Sign In, Email authentication and Phone Authentication, with profile picture stored in Firebase Storage and Database

License: MIT License

Ruby 0.59% Swift 99.41%

userauth-starter's Introduction

User Authentication Starter Code

The goal of this API is to be forked, used as a started code, and easily have User Authentication without hours of setting up.

Why Use?

  • Hackathons participants that wants to have a quick Firebase User Authentication built in your app with as little effort and time wasted as possible
  • Prototyping apps to immediately see a live app with P2P features and connectivity
  • Learning Firebase Authentication: email login/register, Facebook login/register, phone login/register, anonymous signin

Live Demo

How to Setup?

  1. Fork and Change Directory in Terminal
  2. Install the pods in the terminal by running: $ pod install
  3. Create Project in Firebase
  4. Enable Authentication and Real Time Database
  5. Test

Update pods

  • To be safe, run the following commands to ensure all pods are up to date
pod update

Note for Phone Authentication:

Don't forget to:

  • to paste Google-Sevice-Info.plist's REVERSE_CLIENT_ID's value in the project -> Info -> URL Types -> + //Comitted on January, 4 2019
  • APNs Certificates are required to be uploaded in your Firebase project's Project Settings -> Cloud Messaging -> iOS app configuration which needs to be updated annually //Comitted on January, 4 2019

Firebase Console Authentication Page

Notice how phone, email is supported as well as Apple and Google under one email.

AuthMenu Screen

Where users can select from either Sign In with Apple, Facebook, Google, Phone, or Email. Using Facebook or Google will take your profile picture if allowed

Phone Auth/Email Auth Screen

Signin or register via phone or email authentication. It will know if phone or email already exist in the database, and will either log in or register user accordingly.

Account Table

User can view their profile picture and logout. (Upcoming features are, delete account from account settings, update names and profile picture)

License under the MIT License

userauth-starter's People

Contributors

samuelfolledo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.