我收到这个错误
\n\n error D/error\xc2\xa0here: onerrror: com.google.firebase.FirebaseException: An \n internal error has occurred. [ DEVELOPMENT_MODE_MISMATCH:Non-development \n mode \n Verification Proof given in development mode request. ] \nRun Code Online (Sandbox Code Playgroud)\n\n电话验证
\n\nprivate void signInWithPhoneAuthCredential(PhoneAuthCredential credential) {\n mAuth.signInWithCredential(credential)\n .addOnCompleteListener(this, new OnCompleteListener<AuthResult> () {\n @Override\n public void onComplete(@NonNull Task<AuthResult> task) {\n if (task.isSuccessful()) {\n ..... add user to database ...\n }\n else {\n Log.d("error here",task.getException());\n }\n }\n }\n}\nRun Code Online (Sandbox Code Playgroud)\n\n我对这些东西很陌生,正在尝试学习东西。我尝试在这里搜索这个,但找不到任何有用的东西。我尝试更改 SHA1 密钥并替换 JSON 文件仍然不起作用
\n首先,我想学习使用Firebase函数。所以我很久以前就安装了node.js,今天我尝试在firebase上使用通知功能。所以当我在命令提示符下使用firebase init时,它要求我继续操作,然后问我要怎么做,所以我选择了功能在那里。到目前为止,一切都很好,但随后突然停了下来,向我展示
Error: HTTP Error: 401, Request had invalid authentication credentials. Expected
OAuth 2 access token, login cookie or other valid authentication credential. See
https://developers.google.com/identity/sign-in/web/devconsole-project.
Run Code Online (Sandbox Code Playgroud)
我尝试在线搜索它,但是找不到任何解决方案,所以我来到了这里。任何帮助将不胜感激。我很困惑,这是什么问题。