Phil
Phil
Why do I need to use firebase to fix this error, I tried everything so far.. nothing works still errors .. 10
> MainActivity.java > > public class MainActivity extends BridgeActivity { public void onCreate(Bundle savedInstanceState) { registerPlugin(GoogleAuth.class); super.onCreate(savedInstanceState); } } > > Strings.xml added - Added web_cilent_id > > Created the...
Yes webview isn't supported in Auth anymore due to security, you can't handle the response from outside of the android unless you handle it somewhere else .. you'll have to...