morecallan / movie-history-api

Zoe is awesome.
0 stars 0 forks source link

Add Firebase Authentication #14

Open zoeames opened 6 years ago

zoeames commented 6 years ago

Story

As a user, when I log into movie history, I would like to authenticate through google.

Acceptance Criteria

When the user clicks the login with google button Then the app should open a popup that allows them to select their google account And the code should use google authentication And the firebase uid that is returned should be saved.

Technical Resource

Use Firebase google auth

More Detail

See Original