GithubHelp home page GithubHelp logo

thevinchi / firebase-titanium Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 11.0 14.13 MB

Titanium Native iOS Module for Firebase

License: MIT License

Objective-C 30.38% Python 2.59% JavaScript 11.44% C++ 0.69% M 54.89%

firebase-titanium's People

Contributors

thevinchi avatar

Stargazers

 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

firebase-titanium's Issues

Compatibility Titanium 5.2.3 ?

Hi,

SInce i've add your plugin, my app can't run, and when i compile I've :

[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Intermediates/myappname\ V6.build/Debug-iphonesimulator/myappname\ V6.build/Objects-normal/i386/myappname\ V6 normal i386
[ERROR] : (1 failure)

Any chance to solve this bug ?

Thank you,

Ludovic F.

Context Checking for `Firebase.off()`

Not currently making use of context. In the JS SDK, if there are multiple listeners with the same callback and the context is provided to off(), then the first callback with that context is the one removed.

Currently the code will remove the first callback whether or not the context matches.

Error on app build

Hi when i try to build one app with this module i have this error

Undefined symbols for architecture x86_64:
  "_filterDataInRange", referenced from:
      +[ApplicationRouting resolveAppAsset:] in ApplicationRouting.o
      -[ComLeftlanelabFirebaseModuleAssets moduleAsset] in libcom.leftlanelab.firebase.a(ComLeftlanelabFirebaseModuleAssets.o)
      -[ComLeftlanelabFirebaseModuleAssets resolveModuleAsset:] in libcom.leftlanelab.firebase.a(ComLeftlanelabFirebaseModuleAssets.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Error Handling

I need to refactor the treatment of error handling across the Kroll bridge. This mostly refers to syntactic errors, where the developer has passed invalid arguments, etc. Currently the Obj-C library is doing empty return; statements with most methods returning void vs. allowing for a return across the Kroll bridge that could indicate a syntactic error, etc.

Also need to look at the JavaScript side to throw new Error() versus return false; in a number of areas.

5.2.0.GA ERROR

if i try to compile one app with sdk 5.2.0.GA
i have this error

Script Error Couldn't find module: modules/com.leftlanelab.firebase/1.1/platform/iphone/com.leftlanelab.firebase.underscore for architecture: x86_64

SDK Upgrade

hi someone can help upgrading this module?

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.