Skip to content

Commit

Permalink
Add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
WINDOWS-JC\John Castro committed Jun 19, 2017
1 parent e14c18e commit 9f9798a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/android/FirebasePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
import com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings;
import com.google.firebase.remoteconfig.FirebaseRemoteConfigValue;
import com.google.firebase.crash.FirebaseCrash;
import com.google.firebase.auth.PhoneAuthCredential;
import com.google.firebase.auth.PhoneAuthProvider;
import me.leolin.shortcutbadger.ShortcutBadger;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
Expand All @@ -43,6 +45,8 @@ public class FirebasePlugin extends CordovaPlugin {
private static CallbackContext notificationCallbackContext;
private static CallbackContext tokenRefreshCallbackContext;

private PhoneAuthProvider.OnVerificationStateChangedCallbacks mCallbacks;

@Override
protected void pluginInitialize() {
final Context context = this.cordova.getActivity().getApplicationContext();
Expand Down

0 comments on commit 9f9798a

Please sign in to comment.