Skip to content

Commit 232da3e

Browse files
renemadsenclaude
andcommitted
feat: seed FirebaseServiceAccountJson plugin configuration value
Adds an empty default so the key exists in PluginConfigurationValues on first plugin install. Admins only need to paste the Firebase service account JSON into the database to enable push notifications. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab69398 commit 232da3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn/Infrastructure/Data/Seed/Data/TimePlanningConfigurationSeedData.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ public class TimePlanningConfigurationSeedData : IPluginConfigurationSeedData
216216
{
217217
Name = $"{TimePlanningBaseSettingsName}:SnapshotEnabled",
218218
Value = "0"
219+
},
220+
new PluginConfigurationValue
221+
{
222+
Name = $"{TimePlanningBaseSettingsName}:FirebaseServiceAccountJson",
223+
Value = ""
219224
}
220225
];
221226
}

0 commit comments

Comments
 (0)