how to integrate google login without firebase in bareflow

I want to implement Google login in my ejected expo App as per doc it requires google-services.json file from firebase which I don’t have. I already implement whole backend logic on my server so i just need successful token after login.

I also check expo-google-auth but after installation, it giving me an error that emulator not found(lib issue).

so how can i implement google login without Firebase.