Sha256: 757cf51ea723503790ec37753d4458beffdc5baa42c06edc40213e4d182f706c
Contents?: true
Size: 520 Bytes
Versions: 4
Compression:
Stored size: 520 Bytes
Contents
#this is the intilizer #here you will set up the jera push configuration JeraPush.setup do |config| config.firebase_api_key = "AIzaSyBqpp0nMIKPsNRdwAc9ox6rcCz6GBXaMvQ" config.resource_name = "User" # 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