繁体   English   中英

是否可以在 Flutter Web App 中使用 Firebase RemoteConfig?

[英]Is it possible to use Firebase RemoteConfig in Flutter Web App?

我试图在我的 Flutter Web 应用程序中使用 Firebase RemoteConfig,但是当我调用方法“fetchAndActivate”时,发生了一个奇怪的错误:

WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp();
RemoteConfig.instance.fetchAndActivate();

错误:

Error: Expected a value of type 'int', but got one of type 'Null'
    at Object.throw_ [as throw] (http://localhost:53640/dart_sdk.js:5032:11)
    at Object.castError (http://localhost:53640/dart_sdk.js:5005:15)
    at Object.cast [as as] (http://localhost:53640/dart_sdk.js:5314:17)
    at Function.as (http://localhost:53640/dart_sdk.js:17870:19)
    at method_channel_firebase_remote_config.MethodChannelFirebaseRemoteConfig.new.setInitialValues (http://localhost:53640/packages/firebase_remote_config_platform_interface/src/method_channel/method_channel_firebase_remote_config.dart.lib.js:288:67)

文档说它现在支持 (2021) https://firebase.flutter.dev/升级到 firebase_remote_config 后我可以在 web 应用程序中使用它:^1.0.2

目前 Flutter Web 不支持 Remote config。 链接

看

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM