Firebase messaging, where to get Server Key? -


firebase allows send notification messages via our own application making post request.

this tutorial, gives instructions how make request. however, there authorization field in header must place own server key.

where can server key? there no instructions this.

  1. click settings icon/cog wheel next project name @ top of new firebase console
  2. click project settings
  3. click on cloud messaging tab
  4. the key right under server key

Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -