[PR #226] [MERGED] fix build issue #236

Closed
opened 2026-03-23 20:32:47 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/226
Author: @BostoenToby
Created: 3/12/2024
Status: Merged
Merged: 3/12/2024
Merged by: @BostoenToby

Base: siteHead: prd


📝 Commits (3)

📊 Changes

11 files changed (+286 additions, -11 deletions)

View changed files

📝 modify-package-json.js (+5 -0)
📝 package.json (+1 -2)
src/lib/firebase/Firebase.ts (+11 -0)
src/lib/firebase/FirebaseAuth.ts (+96 -0)
src/lib/firebase/FirebaseFirestore.ts (+69 -0)
src/lib/firebase/FirebaseStorage.ts (+69 -0)
src/lib/firebase/Types.d.ts (+26 -0)
📝 src/lib/implementations/authImpl/FirebaseImpl.ts (+4 -7)
📝 src/lib/implementations/databaseImpl/FirebaseImpl.ts (+2 -1)
📝 src/lib/implementations/settingsImpl/FirebaseImpl.ts (+1 -1)
📝 src/lib/utils.ts (+2 -0)

📄 Description

No description provided


🔄 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/RADar-AZDelta/Keun/pull/226 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 3/12/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `site` ← **Head:** `prd` --- ### 📝 Commits (3) - [`a0da2db`](https://github.com/RADar-AZDelta/Keun/commit/a0da2dbadcff64bf9acb0651d1a683c2ff719a29) fix build issue - [`32803ae`](https://github.com/RADar-AZDelta/Keun/commit/32803ae2231b6ee2fb38cfc730870b0ae14a6a23) Merge pull request #224 from RADar-AZDelta/dev - [`40a0976`](https://github.com/RADar-AZDelta/Keun/commit/40a0976ab951a4063dc31117512a5715a7614a1d) Merge pull request #225 from RADar-AZDelta/stg ### 📊 Changes **11 files changed** (+286 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `modify-package-json.js` (+5 -0) 📝 `package.json` (+1 -2) ➕ `src/lib/firebase/Firebase.ts` (+11 -0) ➕ `src/lib/firebase/FirebaseAuth.ts` (+96 -0) ➕ `src/lib/firebase/FirebaseFirestore.ts` (+69 -0) ➕ `src/lib/firebase/FirebaseStorage.ts` (+69 -0) ➕ `src/lib/firebase/Types.d.ts` (+26 -0) 📝 `src/lib/implementations/authImpl/FirebaseImpl.ts` (+4 -7) 📝 `src/lib/implementations/databaseImpl/FirebaseImpl.ts` (+2 -1) 📝 `src/lib/implementations/settingsImpl/FirebaseImpl.ts` (+1 -1) 📝 `src/lib/utils.ts` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:47 +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
RADar-AZDelta/archived-Keun#236
No description provided.