Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

azell/quasar-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quasar-firebase

Firebase bindings for Quasar e.g. transforms of the asynchronous Firebase Java APIs to fiber-blocking operations. Example to fetch a single value event:

DataSnapshot snap = QuasarUtil.INSTANCE.run(new ValueEventListenerAsync() {
  @Override
  protected void requestAsync() {
    ref.child(id).addListenerForSingleValueEvent(this);
  }
});

See the unit tests for typical usage.

About

Firebase bindings for Quasar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages