I'm not sure how to get passed this error. I type in an email that is not associated with <code>MockUser</code> then it goes to the <code>RegisterFormLogin</code> widg...
I wanted to change the package name of my project so I changed the <code>applicationId</code> in <code>build.gradle</code> and in <code>android.xml</code>. I changed p...
I have the following simple rules set up in my firestore database. <pre><code>service cloud.firestore { match /databases/{database}/documents { function isS...
//CODE <pre><code>import 'package:firebase_core/firebase_core.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'pack...
I need your help. I've been follow tutorial for POST API from <a href="https://medium.com/@kashifmin/flutter-login-app-using-rest-api-and-sqflite-b4815aed2149" rel="no...
in my Flutter project I'm trying to sign up new user via <strong>email</strong> and <strong>password</strong> In firebase console enabled Auth via <strong>email...
I want to use Firebase email link authentication in my iOS (Flutter) app with a <strong>custom domain</strong>: <ol> <li>The app requests Firebase Auth backend...
I have difficulty implementing the Email Link login with Firebase. I send the email link using: <pre class="lang-dart prettyprint-override"><code>_firebaseA...
Phone auth has been working well in mobile devices, even in emulator, without launching recapture screen. Recently when I upgraded flutter and all the dependencies, ph...
Hello I am new to flutter, I am making a social media app in which users are to signIn using email and password. I want to know how do I show users login errors such a...
I'm trying to set up phone number authentication using Firebase for my Android app. I've enabled phone authentication on the "authentication" tab on Firebase console a...
I'm trying to set up phone authentication on my app but I got stuck with this error "A value of type '(FirebaseUser) → Null' can't be assigned to a variable of type '(...
I have anonymous auth working. <pre><code>Flutter: signed in! FirebaseUser({displayName: null, providerId: Firebase, uid: 6vj0tYIQsUSjsdiJfkjid37NhKk2, providerDa...
How to use firebase linkWithCredential? I'm trying to link the phone number to the current firebase user. My problem is linkWithCredentials has an error of <code>The m...
I am using flutter web and firebase authentication. I want to use firebase admin SDK to manage users from my flutter web application. Is it possible to use firebase ad...