FirebaseAuth.instance.authStateChanges()方法中的流在现有用户登录或注销时自动更新,更改反映在UI中,但在注册新用户时,流只在热重新启动后才会更新。我使用的是Flacter2.8.1和riverpod (用于国家管理)。import 'package:firebase_auth/firebase_auth.dart';
class A
我使用Riverpod 2提供商从未来提供商获得价值,如下所示。@riverpod // usersRef is the Firebase;我使用上面的提供程序使用ref.watch(fetchCurrentUserProvider).when()在UI中显示。一切都很好。
我知道这些值将被缓存,以便下次使用。不过,我还是想使用Riverpod
我有一个应用程序,使用Firebase和React Native的谷歌身份验证。我可以在ConnectyCube中使用谷歌身份验证进行用户管理和会话创建吗?ConnectyCube文档描述了Firebase account and project registration,但没有解释它与ConnectyCube应用编程接口之间的关系。在ConnectyCube文档中,它还给出了Create session with User authorization参数和提供者的详细信息,如<