Firebase 3.0.0
Migration Guide: https://firebase.google.com/support/guides/firebase-web
Doesn't look to complex. I'll try getting it into CLJSJS soon.
@martinklepsch I have been working on this, can you help with the externs?
Decided to play with firebase/matchbox for the first time today, and running into this response from the servers:
The specified authentication provider is not enabled for this Firebase. Projects created at console.firebase.google.com must use the new Firebase Authentication SDKs available from firebase.google.com/docs/auth/
Is it because of this issue? Any way I can help?
Matchbox doesn't currently support the new console or the v3 API.
I'm working on it, a new wrapper library for the v3 API exists and is fairly stable. flyboarder/firebase-cljs I'll update matchbox once the wrapper is complete.
Is this resolved? it looks like the code is merged... or is there remaining work?
@timothypratley cljsjs.firebase is ready, firebase-cljs needs the latest version pushed to clojars from my dev builds, matchbox then needs updates for the v3 API this will require a major rewrite of the internal system
Ah I see, thanks for the clarification.
Hey @timothypratley - now that the CLJSJS side is sorted out, I'll get to this shortly
Awesome, thank you :) Matchbox is a really nice library to use!
Any progress?
This is still WIP.
@octaviogb are you looking to use in browser or server?
Browser for now
Em ter, 16 de ago de 2016 16:59, Matthew Ratzke [email protected] escreveu:
This is still WIP.
@octaviogb https://github.com/octaviogb are you looking to use in browser or server?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crisptrutski/matchbox/issues/74#issuecomment-240219334, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzMeq5tEwR04ZQAqHnk7LXlB8HyLPWwks5qghaAgaJpZM4IiEa4 .
Try degree9/firebase-cljs for now.
Http://github.com/degree9Http://github.com/degree9/firebaseHttp://github.com/degree9/firebase-cHttp://githubHttp://github.com/degree9/firebase-cljs.com/degree9Http://github.com/degree9/firebase-cljsHttp://github.com/degree9/firebaseHttp://github.com/degree9/firebase-c/firebaseHttp://github.com/degree9/firebase-cljsHttp://github.com/degree9/firebase-c-Http://github.com/degree9/firebase-cljscljsHttp://github.com/degree9/firebase-cljs
Matthew Ratzke Founder | Degree9 Solutions Inc. Degree9.iohttp://degree9.io
On Tue, Aug 16, 2016 at 3:22 PM -0600, "Octavio Turra" <[email protected]mailto:[email protected]> wrote:
Browser for now
Em ter, 16 de ago de 2016 16:59, Matthew Ratzke [email protected] escreveu:
This is still WIP.
@octaviogb https://github.com/octaviogb are you looking to use in browser or server?
You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crisptrutski/matchbox/issues/74#issuecomment-240219334, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzMeq5tEwR04ZQAqHnk7LXlB8HyLPWwks5qghaAgaJpZM4IiEa4 .
You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/crisptrutski/matchbox/issues/74#issuecomment-240243424, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAI-PCBrpOhJigaiy8aR--jEsjv9mvqfks5qgiobgaJpZM4IiEa4.
Thank you,
I've seen this degree9 lib, but it's not clearly how to use. Is there some reference or example?
@octaviogb I have been using it for a small app with re-frame 0.7.0. It's probably not the ideal reference but maybe you can get some ideas. https://github.com/velveteer/crossed/blob/master/src/app/handlers.cljs
@velveteer nice to see someone is enjoying it, let me know where I can make it better!
I've been using this fork for a while on a client and a java backend. The auth api still needs some love. I included some sample code in the README that shows how I'm using it. Most of it could be wrapped into the api.
https://github.com/Clojurous/matchbox/tree/v3
@thos37 checkout degree9/firebase-cljs for v3 client API
@flyboarder I saw that after I did more or less similar work on the matchbox port. I chose to update matchbox directly rather than adding an external dependency on that.
@flyboarder Do you have any plan on supporting firebase new version in clojure ?
@rhacker I'm not currently looking to add Clojure version of firebase, but I am open to pull requests
Is there something happening with this? Unless I'm mistaken, most auth stuff is unusable because firebase now demands you use the new auth api, which you can't with 2.4. It's pretty bad not being able to authenticate users at all.
This project is the most recent ClojureScript Library for Firebase. https://github.com/degree9/firebase-cljs I am working on updating it for the new v4 API.
I have a branch with Clojure support ... I'll find it and share it when I'm back at my computer tomorrow.
On Jul 23, 2017 12:02 PM, "Matthew Ratzke" [email protected] wrote:
This project is the most recent ClojureScript Library for Firebase. https://github.com/degree9/firebase-cljs I am working on updating it for the new v4 API.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/crisptrutski/matchbox/issues/74#issuecomment-317274525, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl65utFG2D_ZYam1FDQ9BDSXna0hm0Kks5sQ5jegaJpZM4IiEa4 .
@rhacker Here's the branch that I've worked on to include Clojure support: https://github.com/thosmos/matchbox It still needs some improvements to the auth workflows, but I'm using it in production ... you can get it from clojars here: https://clojars.org/thosmos/matchbox