Skip to content

Commit

Permalink
chore(release): prepare 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 16, 2024
1 parent 2d58a33 commit b41bd08
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 1.1.0


### Features

* sync ChatKitty application with Firebase project ([2d58a33](https://github.com/ChatKitty/chatkitty-firebase-extension/commit/2d58a339357c60e068af1a3c1f8d18a23324e7aa))

## Version 1.0.1


Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,24 @@ ChatKitty requires Firebase Authentication for user management. Make sure Fireba

**Cloud Functions:**

* **syncApplication:** Syncs your ChatKitty application with your Firebase project.

* **handleCreateUser:** Listens for user accounts to be created in your Firebase project and creates a ChatKitty user for each new user.

* **handleDeleteUser:** Listens for user accounts to be deleted in your Firebase project and deletes the corresponding ChatKitty user.



**APIs Used**:

* iam.googleapis.com (Reason: Required to sync ChatKitty users with Firebase users.)



**Access Required**:



This extension will operate with the following project IAM roles:

* firebaseauth.viewer (Reason: Required to list Firebase users to sync with ChatKitty users.)
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: chatkitty
version: 1.0.1
version: 1.1.0
specVersion: v1beta
license: Apache-2.0

Expand Down

0 comments on commit b41bd08

Please sign in to comment.