CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
Android init deprecation
I get this deprecation message on Android when following the readme instructions.

Replace with this:
registerPlugin(GoogleAuth.class);
Actually with Capacitor 3, this entire step is unnecessary.