In this article I'd like to introduce "firebase-hosting-api-java", which is an API library for Firebase Hosting REST API written in Java 8. It supports all available V1Beta1 services, such as query the releases, delete deployment versions and so on. From version 0.4, theres a common service called createDeploy(), which is a combination of all deployment related function, and this is the recommended function for deployment.
The goal of this blog to provide several tutorials for developers in Android, Java and Javascript / Typescript.
Tuesday, December 29, 2020
Saturday, November 7, 2020
Useful Enterprise Java resources
I've collected a huge list of useful URL's related to Java EE development. The collection is not complete :)
Subscribe to:
Posts (Atom)
Configure and use VSCode for Java web development
Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...
-
WorkManager is an API to schedule deferrable, asyncronous jobs. This is one of the JetPack's best component and it's released only ...
-
Enterprise Java (or any other) applications ofter requires logging of request and response bodies to investigate any upcoming issue. Logg...
-
In this article I'd like to introduce "firebase-hosting-api-java" , which is an API library for Firebase Hosting REST API writ...