capawesome-team / capacitor-firebase

āš”ļø Firebase plugins for Capacitor. Supports Android, iOS and the Web.
https://capawesome.io/plugins/firebase/
Apache License 2.0
382 stars 99 forks source link

bug: Capacitor/Http API call is not working after integrating Crashlytics in Android #718

Closed mantosh59 closed 1 week ago

mantosh59 commented 1 week ago

Plugin(s)

Version

6.1.0

Platform(s)

Current behavior

Capacitor HTTP not working.

Expected behavior

API calls should work after Crashlytics integration

Reproduction

API call not working in Capacitor Android

Steps to reproduce

  1. Integrate Crashlytics in existing Capacitor app with Capacitor HTTP enabled in capacitor.config.ts.
  2. After complete integration in Android. Run the application and do some API call.

Other information

No response

Capacitor doctor

šŸ’Š Capacitor Doctor šŸ’Š

Latest Dependencies:

@capacitor/cli: 6.1.2 @capacitor/core: 6.1.2 @capacitor/android: 6.1.2 @capacitor/ios: 6.1.2

Installed Dependencies:

@capacitor/cli: 6.1.2 @capacitor/android: 6.1.2 @capacitor/core: 6.1.2 @capacitor/ios: 6.1.2

[success] iOS looking great! šŸ‘Œ [success] Android looking great! šŸ‘Œ

Before submitting

robingenz commented 1 week ago

This should be a bug in the Firebase Crashlytics SDK or the Capacitor HTTP plugin. This plugin is just a simple wrapper for the Firebase Crashlytics SDK. For this reason I'm closing this issue.