Sha256: d0d5a9feaffda0a77c453118b8b60c4a6f41700c504284c9fe6f32c1a7ebf13d
Contents?: true
Size: 752 Bytes
Versions: 11
Compression:
Stored size: 752 Bytes
Contents
#this is the intilizer #here you will set up the jera push configuration JeraPush.setup do |config| config.firebase_api_key = "YOUR_API_KEY" # Change this for every new model config.resources_name = ["<%= file_name.classify %>"] ###################################################### # Resource attribute showed in views # # IMPORTANT: All models need to have this attributes # # config.resource_attributes = [:email, :name] # ###################################################### # Topic default # You should put with your environment config.default_topic = 'jera_push_development' # Admin credentials # config.admin_login = { # username: 'jera_push', # password: 'JeraPushAdmin' # } end
Version data entries
11 entries across 11 versions & 1 rubygems