My operating theory of push notifications is that they are just hidden SMS messages that "send" a message to an android device. However, SMS messages need a fixed ID (cell number) to send something to the device because the IP address of an android devices can constantly change, so the message can not be simply sent to an "IP" address - there needs to be a non-changing ID to "push" a message. to a device.
But wifi-only tablets don't have cell phone numbers, so SMS messages can not normally be sent to them.
The only other solution to send to a device (in which it's IP address can change) is for the device to *constantly* "poll" a known server to see if there are any new messages for that device. If firebase push messages are based on this "polling" method, then it could "push" messages to a wifi-only tablet.
So, can firebase notifications push a message to a wifi-only tablet?
But wifi-only tablets don't have cell phone numbers, so SMS messages can not normally be sent to them.
The only other solution to send to a device (in which it's IP address can change) is for the device to *constantly* "poll" a known server to see if there are any new messages for that device. If firebase push messages are based on this "polling" method, then it could "push" messages to a wifi-only tablet.
So, can firebase notifications push a message to a wifi-only tablet?