Created
April 10, 2020 06:55
-
-
Save ctkqiang/c5ebe8054a219b4c3966c7fb0b7e1220 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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