Skip to content

Releases: rdboyes/Firebase.jl

v0.1.0

23 Oct 20:28

Choose a tag to compare

Breaking Change: Removes unnessary write of credentials to file when using credentials from a Dict

v0.0.3

29 May 20:03

Choose a tag to compare

Firebase v0.0.3

Diff since v0.0.2

Breaking changes

  • No breaking changes

v0.0.2

21 May 20:43

Choose a tag to compare

Firebase v0.0.2

Diff since v0.0.1

Updates compatibility to allow installation in julia 1.10

Breaking changes:

No actual breaking changes

Merged pull requests:

Closed issues:

  • Registration of the package (#12)
  • Cloud storage get/post function (#13)
  • Divide documentation into proper parts (#15)
  • TagBot trigger issue (#22)

Initial Version

21 Jun 04:39

Choose a tag to compare

Initial Version Pre-release
Pre-release

This is the initial version of the package which cover a reasonable chunk Firebase REST API calls

Covers low level structure for these parts of firebase:

  • Realtime database
  • Cloud firestore document related functions
  • Cloud storage GET,POST
  • Firebase authentication functionalities