flutter-app icon indicating copy to clipboard operation
flutter-app copied to clipboard

installation guide bug

Open blondie63 opened this issue 6 years ago • 1 comments

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 avatar Nov 02 '19 19:11 blondie63

still no fixes... :(

blondie63 avatar Dec 01 '19 13:12 blondie63