Skip to content

Commit

Permalink
docs: warn about potential deprecation for official firebase integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored Jun 18, 2023
1 parent c7ace44 commit c7a56cb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<div align="center">

<!-- TODO: on 1.0.0 release, delete this section -->

| :warning: WARNING: this project is considered to be in BETA (pre-`1.x.x`), `1.0.0` release imminent! |
| :warning: WARNING: Firebase have introduced first-party support for [Web Frameworks](https://firebase.google.com/docs/hosting/frameworks/frameworks-overview). [SvelteKit support is experimental](https://github.com/FirebaseExtended/firebase-framework-tools). This adapter may be deprecated in future as it cannot support the same level of integration as the official team and tooling. Use at your own risk. |
| ---------------------------------------------------------------------------------------------------- |

<!-- END -->

![SvelteKit adapter Firebase social preview](assets/github-preview-svelte-adapter-firebase.png)

# svelte-adapter-firebase
Expand Down Expand Up @@ -83,8 +79,7 @@ export default {

### Beta Adapter Version Compatibility

SvelteKit is still in Beta and the Adapter API is in flux, this can result in
the Adapter and SvelteKit becoming incompatible. Here is a compatibility table:
This adapter has not been tested beyond the versions listed below, use at your own risk:

| Adapter Version | SvelteKit Version |
| --------------- | -------------------- |
Expand Down

1 comment on commit c7a56cb

@Malix-Labs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close #209

Please sign in to comment.