Sha256: 22bb1c0e5b48a779d71909418857e9ec062b4bbf2265cfadcf009b79b47a7c9d
Contents?: true
Size: 516 Bytes
Versions: 4
Compression:
Stored size: 516 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" config.resource_name = "<%= file_name.classify %>" # Resource attribute showed in views # 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
4 entries across 4 versions & 1 rubygems