Git Product home page Git Product logo

ignite-firebase's People

Contributors

jamonholmgren avatar stoneman1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ignite-firebase's Issues

no such file or directory, open '/package.json'

I'm running ignite on OSX Catalina. I've run into an issue where it seems that the file path is wrong on a line of code located in: ignite/dist/ignite.js:132:54

function getAuthor(pkgJson) {
  const rootJson = pkgJson || JSON.parse(_fs.default.readFileSync(`${(0, _rootPath.default)()}/package.json`));
  let author = rootJson ? rootJson.author : {};

  if (typeof author === 'string') {
    // Stolen from https://stackoverflow.com/a/14011481
    const regexParseMatch = author.match(/(?:"?([^"]*)"?\s)?(?:<?(.+@[^>]+)>?)/);

    if (regexParseMatch) {
      author = {
        name: regexParseMatch[1],
        email: regexParseMatch[2]
      };
    }
  }

  return author;
}

Any thoughts or suggestions?

Deprecation Warning

Greetings,
I just added ignite-firebase and when running the installation commands I get this error.

ignite add firebase
DEPRECATION WARNING: addPluginComponentExample called with 'FirebaseExample.js' and no .ejs extension. Add .ejs to your template filename when calling this function.
โœ– Cannot read property 'includes' of undefined

Is there a way we can get the latest commit? I saw that you fixed this already.

Need a hand ?

Hey there !

I was about to create my own ignite plugin for that, then I saw this one exists.

Do you need a hand to take it up to the latest version of react-native-firebase and/or handle issues and such?

Refactor CLI

At this moment the CLI does not allow you to select which RNFirebase modules you want installed. It should ask for the modules and install only the ones that are selected.

Error add firebase plugin

Hi! I have got below error, when add firebase plugin in my Ignite Project

DEPRECATION WARNING: addPluginComponentExample called with 'FirebaseExample.js' and no .ejs extension. Add .ejs to your template filename when calling this function.
Cannot read property 'includes' of undefined

No podspec found...

Hello, again,

I have this issue now when running pod install

Analyzing dependencies
Fetching podspec for `RNFirebase` from `../node_modules/react-native-firebase`
[!] No podspec found for `RNFirebase` in `../node_modules/react-native-firebase

My podfile looks like this:

platform :ios, '9.0'

target "DefteriMobileDrc" do
  pod 'Firebase/Core', '~> 5.3.0'
  pod 'RNFirebase', :path => '../node_modules/react-native-firebase'
  pod 'Firebase/Database'
end

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.