Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无Firebase的电话otp和验证_Firebase_Flutter_Dart_Dart Pub - Fatal编程技术网

无Firebase的电话otp和验证

无Firebase的电话otp和验证,firebase,flutter,dart,dart-pub,Firebase,Flutter,Dart,Dart Pub,我有谷歌登录在登录屏幕,我有另一个页面来验证用户的电话号码 我已经使用firebase Phone auth来验证电话号码,但它将firebase auth.currentUser从google uid更改为Phone authentication uid,这不是我想要的 所以我找到了一个软件包,但是这个插件不能正常工作 所以我想发送短信otp,并在没有firebase的情况下进行验证 谢谢

我有谷歌登录在登录屏幕,我有另一个页面来验证用户的电话号码

我已经使用firebase Phone auth来验证电话号码,但它将firebase auth.currentUser从google uid更改为Phone authentication uid,这不是我想要的

所以我找到了一个软件包,但是这个插件不能正常工作

所以我想发送短信otp,并在没有firebase的情况下进行验证

谢谢