Skip to content

Commit aab9c03

Browse files
Update README.md
Remove old team members
1 parent 85373a5 commit aab9c03

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Godot Firebase
22

3+
# BIG NOTE: IF YOU HAVE DOWNLOADED THIS MANUALLY BEFORE, YOU WILL NEED TO UPDATE YOUR REPO. I RECOMMEND BLOWING IT AWAY AND REDOWNLOADING, BUT NOTICE THAT 4.X IS THE NEW MAIN BRANCH, AND 3.X IS ITS OWN, SEPARATE BRANCH NOW.
4+
# You can also follow these steps:
5+
6+
git branch -m 4.x main
7+
git fetch origin
8+
git branch -u origin/main main
9+
git remote set-head origin -a
10+
11+
# END BIG NOTE!
12+
313
A Google Firebase SDK written in GDScript for use in Godot Engine projects.
414

515
## :speech_balloon: Discord
@@ -12,11 +22,8 @@ godotnuts@gmail.com
1222

1323
The following individuals and many more have contributed significantly to this project. If you would like to support this project's further development, consider supporting them.
1424

15-
- [Kyle Szklenski](https://github.com/WolfgangSenff) (creator - original, Database, Functions, several features) ([buy me a coffee](https://ko-fi.com/kyleszklenski))
16-
- [Nicolò Santilio](https://github.com/fenix-hub) (creator - Firestore, several features)
25+
- [Kyle Szklenski](https://github.com/WolfgangSenff) (creator - original, Authentication, Database, Firestore, Functions, Storage) ([buy me a coffee](https://ko-fi.com/kyleszklenski) or [join me on patreon!](https://patreon.com/KyleSzklenski))
1726
- [Chuck Lindblom](https://github.com/BearDooks) (creator - several features across the board)
18-
- [SIsilicon](https://github.com/SISilicon) (creator - Firestore, a few other features)
19-
- [Luke Hollenback](https://github.com/lukehollenback) (unit testing) ([buy me a coffee](https://ko-fi.com/lukehollenback))
2027

2128
## :arrow_down: Cloning
2229
SSH:

0 commit comments

Comments
 (0)