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:
committed by
Rosa Gutierrez
parent
3c54cd84fc
commit
55336873b2
@@ -0,0 +1,7 @@
|
||||
<% if Fizzy.saas? %>
|
||||
<%= ERB.new(File.read(Rails.root.join("saas/config/push.yml"))).result %>
|
||||
<% else %>
|
||||
shared:
|
||||
apple: {}
|
||||
google: {}
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user