iOS bugs
- [ ] Missing
GoogleService-Info.plist(when callingFirebase.Core.App.Configure();) - [x] Custom renderer for search bar ( I alread have a solution for this )

- [ ] Top scrollbar is bugged
iPhone 11
iPad
iPhone 8

- [ ] Start the padding from top to avoid center alignement on ipad

Hello @zk-g, this app wasn't tested on iOS. If you'd like to, you can raise a PR on this. I'll appreciate the contribution.
Hello @zk-g, this app wasn't tested on iOS. If you'd like to, you can raise a PR on this. I'll appreciate the contribution.
Missing GoogleService-Info.plist (when calling Firebase.Core.App.Configure();)
For this point I ll need that you download that file from your firebase console. It should not contain personal information but check before.
Hello @zk-g, this app wasn't tested on iOS. If you'd like to, you can raise a PR on this. I'll appreciate the contribution.
Missing GoogleService-Info.plist (when calling Firebase.Core.App.Configure();)
For this point I ll need that you download that file from your firebase console. It should not contain personal information but check before.
Hi @zk-g , There's a blog post about adding Google Authentication which is also linked to using Firebase Firestore (by adding the GoogleServices-info.plist file).
It can be detrimental on my side adding the file from my Firebase Project. Since the project is open to anyone, exposing the file might lead to undesired results. So I ignored the file in .gitignore.
But we have the blog post in place, I think the best thing to do is to comment that line in AppDelegate.cs.
If you'd like to proceed to Add Authentication and user account syncing, please follow the article on how to do it and add it from the Firebase Project.
Thanks for pointing out that an error is thrown due to the missing file. I will update README and include the issue and how to solve it.