[PR #6396] [MERGED] chore: remove supabase dependency #7359

Closed
opened 2026-03-23 23:19:15 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6396
Author: @Xazin
Created: 9/24/2024
Status: Merged
Merged: 9/30/2024
Merged by: @Xazin

Base: mainHead: chore/remove-supabase-dep


📝 Commits (1)

  • 596100f chore: remove supabase dependency

📊 Changes

38 files changed (+51 additions, -363 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/core/config/kv_keys.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/env/cloud_env.dart (+6 -24)
📝 frontend/appflowy_flutter/lib/user/application/auth/auth_error.dart (+0 -16)
📝 frontend/appflowy_flutter/lib/user/application/auth/auth_service.dart (+0 -2)
frontend/appflowy_flutter/lib/user/application/supabase_realtime.dart (+0 -125)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_manage_data_view.dart (+3 -25)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/setting_cloud.dart (+2 -3)
📝 frontend/appflowy_flutter/pubspec.yaml (+0 -7)
📝 frontend/resources/translations/ar-SA.json (+1 -6)
📝 frontend/resources/translations/ca-ES.json (+2 -3)
📝 frontend/resources/translations/ckb-KU.json (+1 -6)
📝 frontend/resources/translations/de-DE.json (+1 -6)
📝 frontend/resources/translations/el-GR.json (+1 -6)
📝 frontend/resources/translations/en.json (+1 -6)
📝 frontend/resources/translations/es-VE.json (+2 -8)
📝 frontend/resources/translations/eu-ES.json (+2 -3)
📝 frontend/resources/translations/fr-CA.json (+2 -8)
📝 frontend/resources/translations/fr-FR.json (+2 -8)
📝 frontend/resources/translations/he.json (+1 -6)
📝 frontend/resources/translations/hu-HU.json (+2 -3)

...and 18 more files

📄 Description

Supabase has been sunsetted and is not being used in the client.

I've removed the code related to supabase (mostly from the Flutter side and in language files). - If we plan to add it back, it remains mostly untouched in the backend as of yet, although there is a lot of unused strategies and edge-cases that litter the authentication logic.

For backwards compatibility, I didn't remove the EncryptSecretScreen and surrounding logic.

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/6396 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/30/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `chore/remove-supabase-dep` --- ### 📝 Commits (1) - [`596100f`](https://github.com/AppFlowy-IO/AppFlowy/commit/596100fa7373d031d4919c9db7f101bca48ca785) chore: remove supabase dependency ### 📊 Changes **38 files changed** (+51 additions, -363 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/core/config/kv_keys.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/env/cloud_env.dart` (+6 -24) 📝 `frontend/appflowy_flutter/lib/user/application/auth/auth_error.dart` (+0 -16) 📝 `frontend/appflowy_flutter/lib/user/application/auth/auth_service.dart` (+0 -2) ➖ `frontend/appflowy_flutter/lib/user/application/supabase_realtime.dart` (+0 -125) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_manage_data_view.dart` (+3 -25) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/setting_cloud.dart` (+2 -3) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+0 -7) 📝 `frontend/resources/translations/ar-SA.json` (+1 -6) 📝 `frontend/resources/translations/ca-ES.json` (+2 -3) 📝 `frontend/resources/translations/ckb-KU.json` (+1 -6) 📝 `frontend/resources/translations/de-DE.json` (+1 -6) 📝 `frontend/resources/translations/el-GR.json` (+1 -6) 📝 `frontend/resources/translations/en.json` (+1 -6) 📝 `frontend/resources/translations/es-VE.json` (+2 -8) 📝 `frontend/resources/translations/eu-ES.json` (+2 -3) 📝 `frontend/resources/translations/fr-CA.json` (+2 -8) 📝 `frontend/resources/translations/fr-FR.json` (+2 -8) 📝 `frontend/resources/translations/he.json` (+1 -6) 📝 `frontend/resources/translations/hu-HU.json` (+2 -3) _...and 18 more files_ </details> ### 📄 Description Supabase has been sunsetted and is not being used in the client. I've removed the code related to supabase (mostly from the Flutter side and in language files). - _If we plan to add it back, it remains mostly untouched in the backend as of yet, although there is a lot of unused strategies and edge-cases that litter the authentication logic._ For backwards compatibility, I didn't remove the `EncryptSecretScreen` and surrounding logic. #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:19:15 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7359
No description provided.