Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Character Limit for Message text in Firebase console based notification?

i'm using Firebase console to send a notification to my phone, the notification is successfully delivered to my phone, but i want to know, What is the Character Limit for Message text in Firebase console based notification?

enter image description here

like image 826
Sarath Kumar Avatar asked Jul 25 '16 08:07

Sarath Kumar


1 Answers

Firebase uses GCM for message transport. Based on the following references

  1. GCM Size Limit = 2KB (here)
  2. From FIrebase documentation size limit = 4KB (here)

Anyway if we are considering a 2KB payload size. it will come around 2000 characters.

remember to keep the message size low as much as possible.

UPDATE

The console will allow maximum of 1000 characters

like image 97
Christlin Panneer Avatar answered Oct 05 '22 22:10

Christlin Panneer