I want to create user based app with firestore, but I don't want to enforce users to login through Google or Facebook or (damn) email and password.
Aim:
User logging in my app by vk.com (social network) sdk
I'm getting vk.com user id and that is the key to check user can for example write document in collection.
- I have not found any info in the firestore doc about SSL-Pinning, is it safe to use firestore Android SDK and not worry about MITM (man in the middle) attacks by proxy?