Coder Social home page Coder Social logo

Comments (4)

triniwiz avatar triniwiz commented on May 25, 2024

You need to use the @Alpha tag to get the latest alpha release you are currently using the first release .0 while it's currently .16

from firebase.

eikaramba avatar eikaramba commented on May 25, 2024

it's only a little bit embarrasing that i didn't catch this myself ;) but after updating i still get the next errors as mentioned above

WARNING in ./node_modules/@nativescript/firebase-core/index.android.js 259:19-32
Critical dependency: the request of a dependency is an expression
 @ ./app/views/main.svelte 19:0-55 76:2-10 77:22-30 78:20-28 99:43-51
 @ ./app/app.ts 9:0-39 12:13-17

1 warning has detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
ERROR in ./node_modules/source-map/lib/read-wasm.js 20:13-26
Module not found: Error: Can't resolve 'fs' in 'D:\firebase-test\node_modules\source-map\lib'
resolve 'fs' in 'D:\firebase-test\node_modules\source-map\lib'
  Parsed request is a module
  using description file: D:\firebase-test\node_modules\source-map\package.json (relative path: ./lib)
    resolve as module

i cleaned node_modules, package lock and reinstalled everything.

my demo repo is updated if you want to check it out yourself

from firebase.

triniwiz avatar triniwiz commented on May 25, 2024

That error isn't related to any code in firebase however it seems like you may need a polyfill in webpack

from firebase.

eikaramba avatar eikaramba commented on May 25, 2024

yes i just got it working by adding
webpack.mergeWebpack({ resolve: {fallback:{fs:false,path:false}} })
to my webpack config. just strange that this happens when switching to this firebase plugin and that it does not happen in the demo apps. hopefully this helps some people struggling with the same problem. will close this for now

from firebase.

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.