GithubHelp home page GithubHelp logo

Update to SDK 3.0 about firebase-util HOT 40 OPEN

ayoseturru avatar ayoseturru commented on September 15, 2024 29
Update to SDK 3.0

from firebase-util.

Comments (40)

gartorware avatar gartorware commented on September 15, 2024 13

Ok, i got a working version on my fork https://github.com/GartorwareCorp/firebase-util . It still needs more functional testing but so far is looking good. Just clone and do:

  • npm install
  • bower install
  • gulp bundle

and then use files inside dist folder.

I have updated Readme.md with code changes needed as well.

I'm still working updating tests (default gulp task is not working because of this). I will do more when I have more free time. Since I haven't worked with this test framework before I'm still wondering how to do the setup and teardown stuff to accomplish the new firebase initialization required :P

Please remember that this is a very alpha lol.

Regards.

from firebase-util.

katowulf avatar katowulf commented on September 15, 2024 9

Unlikely to be done in the next month or two. Sorry.

from firebase-util.

willycamargo avatar willycamargo commented on September 15, 2024 3

@gartorware I really liked your work! Thanks a lot! I'll try work on these tests and review the code (if needed)

from firebase-util.

katowulf avatar katowulf commented on September 15, 2024 3

Check out this fiddle for an example of doing joins with the new SDK.

from firebase-util.

MathieuDuboy avatar MathieuDuboy commented on September 15, 2024 2

Still no way to use Scroll with firebase SDK 3 ?

from firebase-util.

Nightbr avatar Nightbr commented on September 15, 2024 1

@gartorware Awesome work man! Can you make a PR? Thanks in advance!

from firebase-util.

gartorware avatar gartorware commented on September 15, 2024 1

Sorry but I can't. I started to port tests as well but it took longer than I think at first because I think mockfirebase needs to be ported too. I started to do it but then I got involved in another project on my work so I have no enough time to do it. Without tests we don't know if the library is doing its job rightly (there are ~170 test failing, most of them because setup references are undefined 😖 )

from firebase-util.

blairjo avatar blairjo commented on September 15, 2024 1

Hi,

Are there any plans to upgrade this package to support the latest firebase versions?
It's been a year now since the firebase 3 release...
The utils package is incredibly useful, specifically (for me) the normalized collections, but if there are no plans to continue it then it would be good to know so we can make other plans.

Thanks.

from firebase-util.

lmadeira avatar lmadeira commented on September 15, 2024

Do you known if there is any other alternative to infinite scroll for Firebase? My upgrade plan is stuck with this firebase-util lib.

from firebase-util.

katowulf avatar katowulf commented on September 15, 2024

An alternative would be to create an array, query Firebase, push items into it, and when you get a request to load the next set, create a new query and push more items. Otherwise, you'll need to wait until Scroll is updated or submit a PR.

from firebase-util.

jdgarciatorrejon avatar jdgarciatorrejon commented on September 15, 2024

This would be nice. Currently there are no alternative to this simply great tool.

from firebase-util.

gartorware avatar gartorware commented on September 15, 2024

+1 I have started trying to make this compatible with 3.0 in a fork, but code is really hard, a very well done job!

from firebase-util.

thiagoantunes avatar thiagoantunes commented on September 15, 2024

+1

from firebase-util.

thiagoantunes avatar thiagoantunes commented on September 15, 2024

[redacted]

from firebase-util.

katowulf avatar katowulf commented on September 15, 2024

@thiagoantunes please file your own issue rather than replying to a tangentially related discussion. The best place to discuss bugs with the fork would be on the fork itself. Make sure you have actually included the Firebase cdn in your project.

from firebase-util.

thiagoantunes avatar thiagoantunes commented on September 15, 2024

Ok,

sorry.

from firebase-util.

brdonath avatar brdonath commented on September 15, 2024

Waiting for this awesome tool to upgrade my firebase code. :)

from firebase-util.

625alex avatar 625alex commented on September 15, 2024

Pretty please!

from firebase-util.

harellevy avatar harellevy commented on September 15, 2024

+1

from firebase-util.

JijeshP avatar JijeshP commented on September 15, 2024

+1

from firebase-util.

maxinminax avatar maxinminax commented on September 15, 2024

+1

from firebase-util.

gabriel-anglada avatar gabriel-anglada commented on September 15, 2024

+1

from firebase-util.

txipi avatar txipi commented on September 15, 2024

+1

from firebase-util.

haydermabood avatar haydermabood commented on September 15, 2024

+1

from firebase-util.

md-rashid avatar md-rashid commented on September 15, 2024

any updates on this yet ?

from firebase-util.

Nightbr avatar Nightbr commented on September 15, 2024

We are waiting for mockfirebase support the new SDK: katowulf/mockfirebase#109 (comment)

from firebase-util.

sivaramsi avatar sivaramsi commented on September 15, 2024

Becoz of this I couldn't update to SDK 3

from firebase-util.

di3goleite avatar di3goleite commented on September 15, 2024

+1

from firebase-util.

nurfgun avatar nurfgun commented on September 15, 2024

+1

from firebase-util.

hongsheng-razoo avatar hongsheng-razoo commented on September 15, 2024

+1

from firebase-util.

florianbepunkt avatar florianbepunkt commented on September 15, 2024

+1

from firebase-util.

SamarRizvi avatar SamarRizvi commented on September 15, 2024

Any update @katowulf so that Scroll can work.

from firebase-util.

ekaram avatar ekaram commented on September 15, 2024

i used this to replace my firebase.util.Scroll: https://gist.github.com/ekaram/f016d43346fed01765eaa0c2d9c7fe7d

may not be most efficient, but it works

from firebase-util.

gigocabrera avatar gigocabrera commented on September 15, 2024

+1

from firebase-util.

AdrienDC avatar AdrienDC commented on September 15, 2024

+1

from firebase-util.

LetsDoIt- avatar LetsDoIt- commented on September 15, 2024

+1

from firebase-util.

d1b1 avatar d1b1 commented on September 15, 2024

+1

from firebase-util.

sunylyons avatar sunylyons commented on September 15, 2024

@ekaram the link you posted as your workaround is dead, would you mind sharing your solution?

@katowulf any update on scroll for fb3, is that happening you think? thx

from firebase-util.

quarantaquatro avatar quarantaquatro commented on September 15, 2024

+1

is this area dead? Since +6 month no update or what I am missing here?

from firebase-util.

625alex avatar 625alex commented on September 15, 2024

+1

from firebase-util.

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.