Skip to content

Commit

Permalink
doc: update README. about server_key deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
miyataka committed Jan 15, 2024
1 parent 6270b64 commit 7279394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ Fcmpush.configure do |config|

## for topic subscribe/unsubscribe because they use regacy auth
# firebase web console => project settings => cloud messaging => Project credentials => Server key
# @deprecated: This attribute will be removed next version.
config.server_key = 'your firebase server key'
# Or set environment variables
# @deprecated: This attribute will be removed next version.
# ENV['FCM_SERVER_KEY'] = 'your firebase server key'

# Proxy ENV variables are considered by default if set by net/http, but you can explicitly define your proxy host here
Expand Down

0 comments on commit 7279394

Please sign in to comment.