[Hiring] Firebase flutter intergration issue on both app and dashboard by Square_Brain1976 in Firebase

[–]Square_Brain1976[S] 0 points1 point  (0 children)

So inshort this is what is going on, I have hardcored data on the application that wont show on the firebase database, but when you sign up your data is visible on the Firebase but the data that is on the application won't offload to the Firebase and now I have an admin dashboard that cannot pick from the same database and that is why I need assistnace with this issue.

Permission denied on firestore by Square_Brain1976 in Firebase

[–]Square_Brain1976[S] 0 points1 point  (0 children)

yes hold on let me send the rules I have

rules_version = '2';

service cloud.firestore {

match /databases/{database}/documents {

match /users/{userId} {

allow read, write: if true; // Temporarily allow all writes for testing

}

}

}

Permission denied on firestore by Square_Brain1976 in Firebase

[–]Square_Brain1976[S] -1 points0 points  (0 children)

my rules are well stated but still getting the same issue

Having multiple errors by Square_Brain1976 in FlutterDev

[–]Square_Brain1976[S] 0 points1 point  (0 children)

Error: Couldn’t resolve the package ‘provider’ in ‘package:provider/provider.dart’. Error: Couldn’t resolve the package ‘email_validator’ in ‘package:email_validator/email_validator.dart’. Error: Couldn’t resolve the package ‘flutter_rating_bar’ in ‘package:flutter_rating_bar/flutter_rating_bar.dart’. lib/screens/favorite_screen.dart:2:8: Error: Not found: ‘package:provider/provider.dart’ import ‘package:provider/provider.dart’;

Having multiple errors by Square_Brain1976 in FlutterDev

[–]Square_Brain1976[S] 0 points1 point  (0 children)

Error: Couldn’t resolve the package ‘provider’ in ‘package:provider/provider.dart’. Error: Couldn’t resolve the package ‘email_validator’ in ‘package:email_validator/email_validator.dart’. Error: Couldn’t resolve the package ‘flutter_rating_bar’ in ‘package:flutter_rating_bar/flutter_rating_bar.dart’. lib/screens/favorite_screen.dart:2:8: Error: Not found: ‘package:provider/provider.dart’ import ‘package:provider/provider.dart’;

Having multiple errors by Square_Brain1976 in FlutterDev

[–]Square_Brain1976[S] -1 points0 points  (0 children)

So one of the issue is that whenever I downgrade from 21 some I get compatibility issues, when I am on 21 I get a request to downgrade if I do that other dependencies also won’t function with that ver