skip to Main Content

Flutter – Firebase call exception

I'm trying to make simple login logic using Firebase but can't get rid of this error: Exception has occurred. DartError: Bad state: Cannot fire new event. Controller is already firing an event Here is my code: import 'package:firebase_database/firebase_database.dart'; import 'package:flutter/material.dart';…

VIEW QUESTION
Back To Top
Search