From 42505442174e997968ed3403c2af2969154c7839 Mon Sep 17 00:00:00 2001 From: Colin Pirillo Date: Sat, 31 Oct 2015 17:56:53 -0400 Subject: [PATCH] Mention Google auth Can't Leave it out. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a32f27..74bf28f 100644 --- a/README.md +++ b/README.md @@ -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