Skip to content

Commit

Permalink
Unnecessary content removed from source code repository
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Nov 14, 2023
1 parent 8eee168 commit 9ed8abf
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 55 deletions.
51 changes: 0 additions & 51 deletions FIREBASE_SETUP.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You have to create your own Serializer by implementing the io.github.szrnkapeter
**parameters then you will not see any response codes or messages!**

## Firebase configuration
<u>Detailed guide can be found [here](FIREBASE_SETUP.md)</u>
<u>Detailed guide can be found [here](https://github.com/peter-szrnka/firebase-hosting-api-java/wiki/Firebase-project-setup)</u>

# Usage

Expand Down
Binary file removed assets/firebase_step1.png
Binary file not shown.
Binary file removed assets/firebase_step2.png
Binary file not shown.
Binary file removed assets/firebase_step3.png
Binary file not shown.
Binary file removed assets/firebase_step4.png
Binary file not shown.
Binary file removed assets/firebase_step5.png
Binary file not shown.
Binary file removed assets/firebase_step6.png
Binary file not shown.
Binary file removed assets/firebase_step7.png
Binary file not shown.
Binary file removed assets/firebase_step8.png
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/version_0.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a working example of firebase-hosting-api-java library with version 0.6.
- You will not see anything if you do not set any listener!
- Library does not catch all exceptions. The purpose of this approach is to give the control to your application instead of hiding and wrapping it.

Firebase setup:[link](../../FIREBASE_SETUP.md)
Firebase setup:[link](https://github.com/peter-szrnka/firebase-hosting-api-java/wiki/Firebase-project-setup)

# Sample log messages

Expand Down
2 changes: 1 addition & 1 deletion examples/version_0.7/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# firebase-hosting-api-java v0.7 example
This is a working example of firebase-hosting-api-java library with version **0.7**.

**Firebase setup:[link](../../FIREBASE_SETUP.md)**
**Firebase setup:[link](https://github.com/peter-szrnka/firebase-hosting-api-java/wiki/Firebase-project-setup)**

**IMPORTANT:**
- You have to add a "service-account.json" file under src/main/resources folder!
Expand Down
2 changes: 1 addition & 1 deletion examples/version_0.8/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# firebase-hosting-api-java v0.8(unreleased) example
This is a working example of firebase-hosting-api-java library with version **0.8-SNAPSHOT**.

**Firebase setup:[link](../../FIREBASE_SETUP.md)**
**Firebase setup:[link](https://github.com/peter-szrnka/firebase-hosting-api-java/wiki/Firebase-project-setup)**

**IMPORTANT:**
- You have to add a "service-account.json" file under src/main/resources folder!
Expand Down

0 comments on commit 9ed8abf

Please sign in to comment.