Unable to use the FirebaseAuth #8310
                  
                    
                      NiroopNife
                    
                  
                
                  started this conversation in
                Show and tell
              
            Replies: 1 comment
-
| For me when i downgraded the firebase_auth to 2.0.0, then everything worked fine for me | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to integrate the Firebase registration in my application by using the version
firebase_auth: ^3.3.6 & firebase_core: ^1.11.0, upon using this in pubspec and initializing in the app asfinal _auth = FirebaseAuth.instance;.Do have initialized firebase in main as
I'm getting an error stating as
/C:/src/flutter2.8/.pub-cache/hosted/pub.dartlang.org/firebase_auth_platform_interface-6.2.0/lib/src/method_channel/utils/exception.dart:14:11: Error: Member not found: 'Error.throwWithStackTrace'. Error.throwWithStackTrace(exception, stackTrace);Beta Was this translation helpful? Give feedback.
All reactions