Code Monkey home page Code Monkey logo

ionic2-angular2-firebase's People

Contributors

chsakell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ionic2-angular2-firebase's Issues

js files in build/js

Hi,

$ node -v
v6.3.0
$ npm -v
3.10.7

After runing ionic serve --lab,
I can't find any file in build/js, I get those 404 errors:

?ionicplatform=ios:67 GET http://localhost:8100/build/js/es6-shim.min.js
?ionicplatform=ios:69 GET http://localhost:8100/build/js/Reflect.js
?ionicplatform=ios:70 GET http://localhost:8100/build/js/zone.js
?ionicplatform=ios:72 GET http://localhost:8100/build/js/app.bundle.js
?ionicplatform=android:67 GET http://localhost:8100/build/js/es6-shim.min.js
?ionicplatform=ios:69 GET http://localhost:8100/build/js/Reflect.js
?ionicplatform=ios:70 GET http://localhost:8100/build/js/zone.js
?ionicplatform=ios:72 GET http://localhost:8100/build/js/app.bundle.js

Any idea ?
Thank you for your help.

Getting errors when I run ionic serve --lab

[15:45:59] lint finished in 3.57 s
[15:46:01] typescript: src/pages/signup/signup.ts, line: 115
Property 'status' does not exist on type 'XMLHttpRequestEventTarget'.

 L114:  xhr.onload = function (e) {

[15:46:01] typescript: src/pages/signup/signup.ts, line: 116
L115: if (this.status === 200) {
L116: var myBlob = this.response;

        Property 'response' does not exist on type 'XMLHttpRequestEventTarget'.

 L115:  if (this.status === 200) {
 L116:      var myBlob = this.response;
 L117:      // myBlob is now the blob that the object URL pointed to.

Issue while running the program

Iam getting following error message TypeError: Cannot read properties of undefined (reading 'annotations') at ReflectionCapabilities.annotations (http://localhost:8100/build/vendor.js:18711:24) at Reflector.annotations (http://localhost:8100/build/vendor.js:18829:44) at NgModuleResolver.resolve (http://localhost:8100/build/vendor.js:15969:44) at CompileMetadataResolver.getNgModuleMetadata (http://localhost:8100/build/vendor.js:15226:47) at RuntimeCompiler._compileComponents (http://localhost:8100/build/vendor.js:26691:47) at RuntimeCompiler.compileModuleAndComponents (http://localhost:8100/build/vendor.js:26629:37) at RuntimeCompiler.compileModuleAsync (http://localhost:8100/build/vendor.js:26620:21) at PlatformRef.bootstrapModuleWithZone (http://localhost:8100/build/vendor.js:11187:25) at PlatformRef.bootstrapModule (http://localhost:8100/build/vendor.js:11169:21) at Object.176 (http://localhost:8100/build/main.js:30:109)

When I lookup vendor.js it is this line if (typeOrFunc.annotations)
I dont know where typeOrFunc is defined.. Any help or pointers pls..Thanks in advance

Error when start to serve

Hi, I have downloaded this project and after the readme instructions:

npm install -g ionic
npm install -g cordova
npm install
ionic plugin add com-sarriaroman-photoviewer
ionic plugin add cordova-plugin-camera
ionic plugin add cordova-plugin-inappbrowser
ionic plugin add cordova-sqlite-storage
ionic plugin add cordova-plugin-network-information
ionic plugin add cordova-plugin-splashscreen

I can't serve the app. I have created the firebase app in firebase console, but when try to start the app with
ionic serve -l

It shows me a lot of errors about firebase is not defined in auth.service.ts/js

error_handler.js:47 EXCEPTION: Error in ./ForumApp class ForumApp_Host - inline template:0:0 caused by: firebase is not definedErrorHandler.handleError @ error_handler.js:47 error_handler.js:49 ORIGINAL EXCEPTION: firebase is not definedErrorHandler.handleError @ error_handler.js:49 error_handler.js:52 ORIGINAL STACKTRACE:ErrorHandler.handleError @ error_handler.js:52 error_handler.js:53 ReferenceError: firebase is not defined at new DataService (data.service.js:13) at AppModuleInjector.get (module.ngfactory.js:292) at AppModuleInjector.getInternal (module.ngfactory.js:423) at AppModuleInjector.NgModuleInjector.get (ng_module_factory.js:94) at ElementInjector.get (element_injector.js:29) at _View_ForumApp_Host0.createInternal (host.ngfactory.js:16) at _View_ForumApp_Host0.AppView.create (view.js:84) at _View_ForumApp_Host0.DebugAppView.create (view.js:294) at ComponentFactory.create (component_factory.js:152) at ViewContainerRef_.createComponent (view_container_ref.js:114)ErrorHandler.handleError @ error_handler.js:53 error_handler.js:56 ERROR CONTEXT:ErrorHandler.handleError @ error_handler.js:56

have stopped in Running the app section (two first steps can't be done because app doesn't start).

Can you help me?

Thanks for your work, the app looks awesome!

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.