# \[Archive\] Facing issues with firebase authentication using web3auth, flutter

**URL:** https://builder.metamask.io/t/archive-facing-issues-with-firebase-authentication-using-web3auth-flutter/2192
**Category:** Embedded Wallets (Web3Auth)
**Created:** [January 5, 2023, 2:03pm UTC](https://builder.metamask.io/t/archive-facing-issues-with-firebase-authentication-using-web3auth-flutter/2192 "2023-01-05T14:03:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![githubdiscussions](https://avatars.discourse-cdn.com/v4/letter/g/13edae/32.png) [@githubdiscussions](https://builder.metamask.io/u/githubdiscussions)
#### Post date: [January 5, 2023, 2:03pm UTC](https://builder.metamask.io/t/archive-facing-issues-with-firebase-authentication-using-web3auth-flutter/2192/1 "2023-01-05T14:03:32Z")

</div>

> **🏛 Archived Content from Web3Auth Community**
> 
> This topic was originally posted by **githubdiscussions** on 1/5/2023.  
> This content has been migrated from our previous community forum to preserve valuable discussions.

* * *

So when I am trying to integrate web3auth in my flutter application. When I try to log in the dialog box disappears within a second.

When I tried the flutter code in the examples repository, changed the google info.plist, bundle id, client id from web3auth, and verifier name, I get this error  
`"Cannot initialize TypeOfLogin from invalid String value TypeOfLogin.jwt"`

  
   
 Originally posted by: [ritvij14](https://github.com/ritvij14)  
   
 Check the discussion at: [https://github.com/orgs/Web3Auth/discussions/1167](https://github.com/orgs/Web3Auth/discussions/1167)

---

<div class="post-metadata">

### Author: ![githubdiscussions](https://avatars.discourse-cdn.com/v4/letter/g/13edae/32.png) [@githubdiscussions](https://builder.metamask.io/u/githubdiscussions)
#### Post date: [January 10, 2023, 2:37pm UTC](https://builder.metamask.io/t/archive-facing-issues-with-firebase-authentication-using-web3auth-flutter/2192/2 "2023-01-10T14:37:06Z")

</div>

[@shahbaz17](https://github.com/shahbaz17) for android, I am getting this error on my app(not in flutter firebase example).

```
W/b3auth_firebase(26043): Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;-><init\>(Ljava/lang/Class;I)V (unsupported, reflection, allowed)
E/flutter (26043): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, null, null, null)
E/flutter (26043):#0 StandardMethodCodec.decodeEnvelopepackage:flutter/…/services/message_codecs.dart:653
E/flutter (26043):#1 MethodChannel.\_invokeMethodpackage:flutter/…/services/platform_channel.dart:296
E/flutter (26043):\<asynchronous suspension\>E/flutter (26043):#2 Web3AuthFlutter.initpackage:web3auth_flutter/web3auth_flutter.dart:19
E/flutter (26043):\<asynchronous suspension\>E/flutter (26043):#3 \_MyHomePageState.initPlatformStatepackage:web3auth_firebase/main.dart:106
E/flutter (26043):\<asynchronous suspension\>E/flutter (26043):
```

It says the error is in the flutter package of web3auth in the line where it is calling the method channel function.

  
   
 Originally posted by: [ritvij14](https://github.com/ritvij14)
