Code Monkey home page Code Monkey logo

Comments (4)

FdezRomero avatar FdezRomero commented on July 25, 2024 4

@Cempakers87 that's because Cordova plugins normally don't run in the browser (there are a few exceptions).

It's good practice when you are using any plugin to check if the app is running in Cordova and that has initialized. Wrap your calls like this (assuming you already imported and injected Platform in the constructor):

if (this.platform.is('cordova')) {
  this.platform.ready().then(() => {
    // Put your plugin calls here
  });
}

from cordova-plugin-firebase-analytics.

FdezRomero avatar FdezRomero commented on July 25, 2024 3

Use declare var window; after your imports and Typescript won't complain anymore about properties inside window.

from cordova-plugin-firebase-analytics.

Cempakers87 avatar Cempakers87 commented on July 25, 2024

@FdezRomero I use ionic 2 as well and have already followed your suggestion. When I build and emulate my project, there is no error. But if I run command ionic serve, it getting error like:
EXCEPTION: Uncaught (in promise): TypeError: Cannot read property 'plugins' of undefined

Please help.

from cordova-plugin-firebase-analytics.

oddcb avatar oddcb commented on July 25, 2024

You are probably aware, but this plugin has been added to Ionic Native, so typings are available if you add the Ionic Native plugin.

http://ionicframework.com/docs/native/firebase-analytics/

from cordova-plugin-firebase-analytics.

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.