Google sign in with Bitrise

How to configure Google sign in with Bitrise?

While implementing google sign-in in debug mode on our local machines we have registered our SHA-1 fingerprints on firebase console.

But now when we make our builds through Bitrise, we cannot sign in via google because it’s fingerprints are not registered.

How to solve this issue?

Hey there @nimi0112!

You could either include your SHA-1 in your workflows via the Generic File Storage option, or, perhaps even more ideally, use it as a Secret Env Var :slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.