Giter Site home page Giter Site logo

marckrenn / framer-firebase Goto Github PK

View Code? Open in Web Editor NEW
233.0 233.0 16.0 61 KB

The Firebase module allows your Framer prototype to load, save and sync data effortlessly between multiple sessions and devices.

License: MIT License

CoffeeScript 100.00%

framer-firebase's Introduction

Hi there πŸ‘‹

framer-firebase's People

Contributors

jamesjryan avatar marckrenn avatar ochanje210 avatar steveruizok 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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

framer-firebase's Issues

Update to new Authentication system

With the more recent changes to the Firebase system, they have depreciated the 'Database Secret' used to authenticate users. Instead they link you here: Firebase Admin SDK

Any chance you could adjust the module to allow for this new authentication system?

Thanks for the hard work!

Firebase update broke the module.

Recent Firebase update (Probably GDPR related) now require a proper authentication of users. Simple "secret" and project ID doesn't work anymore :(

delete is not working

hi, why when im trying to delete some node

a = new Layer
a.onTap ->
	firebase.delete("/appMoney/test_minus/-LBSQUlsxfwun0UQVa")

it doesn't do anything. Any idea why it's not working. Other methods are working (firebase.get is working)

Occasional Syntax Error / JSON unexpected EOF

Thanks for understanding my n00bness…

My prototype is occasionally get SyntaxError : JSON Parse error; Unexpected EOF which seems to happen when network disappears. Wondering if anyone else is seeing this, and if they know where it's happening?

It seems to be happen at
callback(JSON.parse(xhttp.responseText)) if callback?

I've tried writing conditionals to only try doing GET and PUT etc when connected and to check that the functions actually return a non-null thing.

AFAICT the responseText might not be valid formed JSON which throws an error?

Roadmap

  1. Move from Firebase REST API to Javascript API
  2. Add additional features provided by Javascript API (DB changes when connection is lost, user authentication etc.)
  3. Provide zero-setup public and private database (latter would require some sort of login-frontend)
  4. Rewrite with Query-function
  5. Fix Auto-Refresh incompatibility

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.