我尝试使用 Firebase 通过电子邮件/密码进行身份验证并发现此错误

问题描述 投票:0回答:1
I/FirebaseAuth(11262): Logging in as [email protected] with empty reCAPTCHA token
W/System  (11262): Ignoring header X-Firebase-Locale because its value was null.
W/System  (11262): Ignoring header X-Firebase-Locale because its value was null.
D/FirebaseAuth(11262): Notifying id token listeners about user ( 9vxnYzLISWcna1UZUFhpg7SbdVI3 ).

当我导入我的身份验证文件时,它不使用它, 我的导入页面:

import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'email_login_test_page_util/login_textfield.dart';
import 'widget_tree.dart';
> import 'auth.dart';

我尝试通过尝试跟踪错误代码来修复它,但我的代码未运行。

flutter dart firebase-authentication dart-pub
1个回答
0
投票

我也有同样的错误,你能解决吗?

© www.soinside.com 2019 - 2024. All rights reserved.