Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firebase_core: FirebaseCoreHostApi.initializeCore #17115

Open
1 task done
narzullayev0772 opened this issue Feb 19, 2025 · 1 comment
Open
1 task done

firebase_core: FirebaseCoreHostApi.initializeCore #17115

narzullayev0772 opened this issue Feb 19, 2025 · 1 comment
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. platform: android Issues / PRs which are specifically for Android. plugin: core type: bug Something isn't working

Comments

@narzullayev0772
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

No response

Which platforms are affected?

Android

Description

i cant run app with firebase init

Reproducing the issue

      if (Firebase.apps.isEmpty) {
     await Firebase.initializeApp(
          name: 'warehouse',
          options: DefaultFirebaseOptions.currentPlatform);
      }

Firebase Core version

^3.12.0

Flutter Version

3.29.0

Relevant Log Output

I/flutter ( 7630): PlatformException(channel-error, Unable to establish connection on channel., null, null): #0      FirebaseCoreHostApi.initializeCore (package:firebase_core_platform_interface/src/pigeon/messages.pigeon.dart:210)
I/flutter ( 7630): <asynchronous suspension>
I/flutter ( 7630): #1      MethodChannelFirebase._initializeCore (package:firebase_core_platform_interface/src/method_channel/method_channel_firebase.dart:29)
I/flutter ( 7630): <asynchronous suspension>
I/flutter ( 7630): #2      MethodChannelFirebase.initializeApp (package:firebase_core_platform_interface/src/method_channel/method_channel_firebase.dart:73)
I/flutter ( 7630): <asynchronous suspension>
I/flutter ( 7630): #3      Firebase.initializeApp (package:firebase_core/src/firebase.dart:66)
I/flutter ( 7630): <asynchronous suspension>
I/flutter ( 7630): #4      main.<anonymous closure> (package:warehouse/main.dart:18)
I/flutter ( 7630): <asynchronous suspension>
I/flutter ( 7630): #5      main (package:warehouse/main.dart:13)
I/flutter ( 7630): <asynchronous suspension>

Flutter dependencies

Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.

Additional context and comments

No response

@narzullayev0772 narzullayev0772 added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Feb 19, 2025
@SelaseKay SelaseKay added plugin: core platform: android Issues / PRs which are specifically for Android. labels Feb 19, 2025
@SelaseKay
Copy link
Contributor

Hi @narzullayev0772, I'm unable to reproduce this issue. Could you provide a complete sample that reproduces this?

@SelaseKay SelaseKay added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed Needs Attention This issue needs maintainer attention. labels Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. platform: android Issues / PRs which are specifically for Android. plugin: core type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants