TravelPouch / travelpouch

2 stars 3 forks source link

Bug: APK being signed by key that google sign-in doesn't like #177

Closed RemIsMyWaifuu closed 1 week ago

RemIsMyWaifuu commented 1 week ago

Description: Following some mistakes made by myself in the firebase authentication domain, we're unable to add new fingerprints to google sign-in on firebase and have these new signed APKs being recognised for OAuth purposes. Thus, the APK generation needs to be signed from a preexisting key that is guaranteed to work and not simply generated on the fly. Acceptance Criteria: - APK generated by the workflow needs to be able to sign-in using google sign-in.