Changes

Jump to: navigation, search

Facebook Authentication using the Firebase SDK

15 bytes added, 15:25, 14 August 2017
Initializing Firebase
.
.
</pre>
 
Remaining in the FacebookAuthActivity class file, add the following code to the bottom of the onCreate() method to obtain a reference to the FirebaseAuth instance and install the authentication state listener:
 
<pre>
@Override
protected void onCreate(Bundle savedInstanceState) {

Navigation menu