firebase / snippets-android

Android snippets for firebase.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

startActivityForResult depricated

shrirampanchal opened this issue · comments

Since startActivityForResult depricated how to target GoogleSignIn for new android versions

May get around to this later, but wanted to post the relevant links that show up for fixing this and the areas I found the problem in.


Links:
https://developer.android.com/training/basics/intents/result
https://stackoverflow.com/questions/62671106/onactivityresult-method-is-deprecated-what-is-the-alternative

@MatthewFallon Let me know if you still wish to contribute :)

Hey @thatfiredev is it to late to contribute ?

@yveskalume I'm looking at our docs for Google Sign-in, and it seems like they have been updated for One Tap Sign-in and we no longer use startActivityForResult, so this should no longer be an issue. 🥲