AhabLives
Results
1
comments of
AhabLives
To avoid the conflict in names give your import any alias you want.. ``` import 'package:firebase_database/firebase_database.dart' as fdb; ... final fdb.DatabaseReference ref = fdb.FirebaseDatabase.instance.reference().child("users"); ``` hope that helps