You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your guide has some errors on copy procedure and path !
example:
"To get the package name go to android >main >Android Mainfest.XML" but correct is:
"/android/src/main/Android Mainfest.XML"
Please review also entire chapter for a better english syntax and right paths:
"Once you download that you need to copy that contents present in the downloaded file then navigate to your project file directory inside that src>android >app >google service.json file open that and paste the contents you copied earlier.Then move to your project directory there you can find fire-store service .dart folder inside that you have to replace the following <-- following what??
If there is any issue please google it or if you fail to find any solution please feel free to report us , we will look into it."
also "src>android >app >google service.json" is a wrong path !
which is the right path for file "google service.json" ?
About firestoreService.dart i've seen these code:
fireStoreCommonService() async {
final FirebaseApp app = await FirebaseApp.configure(
name: 'test',
options: const FirebaseOptions(
googleAppID: '1:nnnnn',
gcmSenderID: 'nnnnnn',
apiKey: 'kkkkkkk',
projectID: 'idididid,
),
);
And i think i've to take these values from google service.json but i think it's better if you add the correspondence of the various fields since you used different names.. What do you think ?
The text was updated successfully, but these errors were encountered:
Your guide has some errors on copy procedure and path !
example:
"To get the package name go to android >main >Android Mainfest.XML" but correct is:
"/android/src/main/Android Mainfest.XML"
Please review also entire chapter for a better english syntax and right paths:
"Once you download that you need to copy that contents present in the downloaded file then navigate to your project file directory inside that src>android >app >google service.json file open that and paste the contents you copied earlier.Then move to your project directory there you can find fire-store service .dart folder inside that you have to replace the following <-- following what??
If there is any issue please google it or if you fail to find any solution please feel free to report us , we will look into it."
also "src>android >app >google service.json" is a wrong path !
which is the right path for file "google service.json" ?
About firestoreService.dart i've seen these code:
fireStoreCommonService() async {
final FirebaseApp app = await FirebaseApp.configure(
name: 'test',
options: const FirebaseOptions(
googleAppID: '1:nnnnn',
gcmSenderID: 'nnnnnn',
apiKey: 'kkkkkkk',
projectID: 'idididid,
),
);
And i think i've to take these values from google service.json but i think it's better if you add the correspondence of the various fields since you used different names.. What do you think ?
The text was updated successfully, but these errors were encountered: