I am getting session expired error like below, E/flutter (23252): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: PlatformException(ERROR_SESSION_EXPIRED, The sms code has expired. Please re-send the verification code to try again., null) E/flutter (23252): #0 ...
Flutter dependencies Click To Expand Dart SDK 2.17.6 Flutter SDK 3.0.5 appname 1.0.0+1 dependencies: - cloud_firestore 3.4.0 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta] - cloud_functions 3.3.3 [cloud_functions_pl...
It has attempted to get a new AppCheck token, and AppCheck was not able to provide one (hence the error is coming from @firebase/app-check). So any Firestore operation after that will fail if AppCheck enforcement is ON. Interestingly, there was an issue with AppCheck and Flutter that saw...
Our general recommendation is that you don't rely on data/silent messages for anything critical (I think we explicitly added this to the FlutterFire docs but not been added to RNFB yet). An example scenario of something non-critical would be to notify your app that a new piece of content...