Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation guide bug #2

Open
blondie63 opened this issue Nov 2, 2019 · 1 comment
Open

installation guide bug #2

blondie63 opened this issue Nov 2, 2019 · 1 comment
Assignees

Comments

@blondie63
Copy link

blondie63 commented Nov 2, 2019

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 ?

@blondie63
Copy link
Author

still no fixes... :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants