Is it possible to implement Google authentication in kmm and let the ktor-server handle it so that I can use that token to query data from my PostgreSQL database?
Isn't this only to get access to the firebase environment. I have my own server and want to use Google authentication to give users access to my ktor server.