Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Mention Google auth #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Since Firebase is a hosted service, your app can use the Firebase JS library to

### Authentication

Firebase [Authentication](https://www.firebase.com/docs/web/guide/user-auth.html) makes it easy to add authentication to your app via Facebook, Github, Persona, Twitter, or email / password login. If you already have your own user authentication system, Firebase can integrate with your servers as well.
Firebase [Authentication](https://www.firebase.com/docs/web/guide/user-auth.html) makes it easy to add authentication to your app via Facebook, Github, Persona, Twitter, Google, or email / password login. If you already have your own user authentication system, Firebase can integrate with your servers as well.

### Realtime Database

Expand Down