I have a mobile app that I'm preparing to get to production.
When I first started working on the app, I added authentication on the frontend side. In that case, I add GoogleService-Info.plist to the bundle, and it can be found and retrived by someone who is interested.
Is it dangerous? Does anyone who have this file have access to my firebase account? Should I move authentication to the backend altogether and just send JWT token on sign in?