davibennun / laravel-push-notification

Laravel package to enable sending push notifications to devices
1.23k stars 259 forks source link

ApiKey(in Android) #170

Open faiyaz1234 opened 7 years ago

faiyaz1234 commented 7 years ago

'appNameAndroid' => array( 'environment' =>'production', 'apiKey' =>'yourAPIKey', 'service' =>'gcm' ) where do i get my yourAPIKey? any one can help me please as i am new to laravel.

samanzamani commented 7 years ago

Add firebase to your android project from tools->firebase and in firebase panel in setting part you can get API Key

imranalii commented 7 years ago

Any luck with Android key using Firebase? Please help.