Changes

Jump to: navigation, search

Phone Number Authentication using the Firebase SDK

7 bytes added, 18:09, 14 August 2017
Signing Out
The final step before testing the project is to implement the signOut() onClick method as follows:
 
<pre>
public void signOut(View view) {
fbAuth.signOut();

Navigation menu