This file contains 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
public class MainActivity extends AppCompatActivity { | |
private final String LOG_TAG = "Nick'Firebase App"; | |
private static final int MY_PERMISSIONS_ACCESS_FINE_LOCATION = 20; | |
public String mDisplayName; | |
private final String ANONYMOUS = "anonymous"; | |
public static final int RC_SIGNIN = 1; | |
private static final int RC_PHOTO_PICKER = 4; |