Giter Club home page Giter Club logo

Comments (4)

jaumard avatar jaumard commented on June 7, 2024

I'm can't help you much with Firebase usage as I don't use it :/ is it working if you specify it ?

from flutter_crashlytics.

flaviosuardi avatar flaviosuardi commented on June 7, 2024

@campioncino I solved this issue. The problem is this flutter plugin doesn't include firebase core. So you have include it in your project and inizialize it:

  1. Import firebase_core 0.2.5+1 in flutter project, you can find it here: https://pub.dartlang.org/packages/firebase_core
  2. In iOS project, open AppDelegate and inizialize Firebase following this guide https://firebase.google.com/docs/ios/setup in particular do the stuff described in Initialize Firebase in your app chapter only.

I suggest to @jaumard to include this procedure in README.md so maybe someone else who use Firebase Crashlytics like us could benefit.

from flutter_crashlytics.

vipinagrahari avatar vipinagrahari commented on June 7, 2024

@campioncino I solved this issue. The problem is this flutter plugin doesn't include firebase core. So you have include it in your project and inizialize it:

  1. Import firebase_core 0.2.5+1 in flutter project, you can find it here: https://pub.dartlang.org/packages/firebase_core
  2. In iOS project, open AppDelegate and inizialize Firebase following this guide https://firebase.google.com/docs/ios/setup in particular do the stuff described in Initialize Firebase in your app chapter only.

I suggest to @jaumard to include this procedure in README.md so maybe someone else who use Firebase Crashlytics like us could benefit.

Thanks for pointing this out. I am also facing this error. I just wanted to ask, There are 2 AppDelegate Files AppDelegate.h and AppDelegate.m. Which file is the initialization code to be added in? Kindly help me with this.

from flutter_crashlytics.

jaumard avatar jaumard commented on June 7, 2024

@flaviosuardi if you're able to make a PR about it I'll gladly merge it :)

@campioncino .h are just definition and .m implementation, so put it on the .m

from flutter_crashlytics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.