Firebase电话身份验证崩溃

Firebase电话身份验证崩溃,第1张

Firebase电话身份验证崩溃

您需要将Firebase网址方案添加到Info.plist。转到

<app_directory>/ios/Runner/Info.plist
并添加以下内容

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict>    ...    <key>CFBundleURLTypes</key>    <array>        <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLSchemes</key> <array>     <!-- Insert your reversed client ID here -->     <string> REVERSED_CLIENT_ID </string> </array>        </dict>    </array>    ...</dict></plist>

您可以

REVERSED_CLIENT_ID
GoogleService-Info.plist
文件中获取。

您可以在此处找到更多信息。



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5020669.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-15
下一篇 2022-11-15

发表评论

登录后才能评论

评论列表(0条)

保存