I'm integrating Firebase Auth with "Log in with Facebook", but when I try to sign in with the Firebase credential, the TaskResult is failed. Task has this exception:
07-13 19:03:16.942 W/System.err: com.google.firebase.FirebaseException: An internal error has occurred. [ Project blocked; abuse detected. ]
07-13 19:03:16.943 W/System.err: at com.google.android.gms.internal.zzblv.zzce(Unknown Source)
07-13 19:03:16.943 W/System.err: at com.google.android.gms.internal.zzbls$zzj.zza(Unknown Source)
07-13 19:03:16.943 W/System.err: at com.google.android.gms.internal.zzbmd.zzcf(Unknown Source)
07-13 19:03:16.943 W/System.err: at com.google.android.gms.internal.zzbmd$zza.onFailure(Unknown Source)
07-13 19:03:16.943 W/System.err: at com.google.android.gms.internal.zzbly$zza.onTransact(Unknown Source)
07-13 19:03:16.943 W/System.err: at android.os.Binder.execTransact(Binder.java:446)
I have successfully sent messages through FCM and received in my app. I just recently turned on FIrebase Auth. Facebook is enabled. I am having difficulty loading parts of the Firebase console UI, whatever that's worth. The loading indicator never disappears. This is on Storage. Which I also recently enabled, but received an email alert about the Storage billing account being flagged. Which I have resolved and received a confirmation that billing has been approved.
I have no idea why Storage configuration could affect Auth, if that's what's happening. Totally separate products. Any help would be appreciated. Thanks.