/firebase-authentication-email

Illustrates Firebase Authentication with the email / password method

Primary LanguageSwiftMIT LicenseMIT

firebase-authentication-email

Illustrates Firebase Authentication with the email / password method.

This repo is to demonstrate an easy implementation of the email / password authentication method on Firebase. It can also serve as a starting point for a new project.

Important

The GoogleService-Info.plist is ignored. Thus, any use of this repo with the intention to actually hit a Firebase project, will need to create and add the necessary GoogleService-Info.plist as outlined in the Firebase documentation.

Key Technologies

Firebase, Email/Password Authentication Method, Keychain Services