Skip to content

Instantly share code, notes, and snippets.

@ctkqiang
Created April 10, 2020 06:55
Show Gist options
  • Save ctkqiang/c5ebe8054a219b4c3966c7fb0b7e1220 to your computer and use it in GitHub Desktop.
Save ctkqiang/c5ebe8054a219b4c3966c7fb0b7e1220 to your computer and use it in GitHub Desktop.
// I use Java , in kotlin is almost the same I guess
...
//Global
private Firebase firebase;
//something
...
// in onCreate();
firebase = Firebase.getInstance();
...
FirebaseUser firebaseUser = firebase.getCurrentUser();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment