msukmanowsky / gapi-firebase

An example of how to use GAPI and Firebase Auth together to authenticate users and talk to Google APIs.
53 stars 7 forks source link

signInAndRetrieveDataWithCredential is deprecated #1

Closed rhashimoto closed 4 years ago

rhashimoto commented 4 years ago

Thanks for publishing this! It's very helpful.

Just a note that signInAndRetrieveDataWithCredential is now deprecated in favor of signInWithCredential. It appears to be merely a name change.

msukmanowsky commented 4 years ago

Thanks for the heads up! Updated.