Fix database issues and add APNS configuration

- Fix owner_id type to UUID in devices migration
- Fix NOT NULL crash in device registration
- Add APNS config and 1Password integration
- Add --apns flag to bin/dev for local development
- Clean up devices controller
This commit is contained in:
Fernando Olivares
2026-01-15 19:07:15 -06:00
committed by Rosa Gutierrez
parent 3c54cd84fc
commit 55336873b2
13 changed files with 112 additions and 26 deletions
+7
View File
@@ -0,0 +1,7 @@
<% if Fizzy.saas? %>
<%= ERB.new(File.read(Rails.root.join("saas/config/push.yml"))).result %>
<% else %>
shared:
apple: {}
google: {}
<% end %>