eclipsesource / tabris-plugin-firebase

A firebase plugin for Tabris.js
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Add option to show notification popups when app is in foreground #45

Open patrykmol opened 6 years ago

patrykmol commented 6 years ago

Problem description

Currently it is not possible for developer to configure presentation of notification popups.

Expected behavior

Developer should have control over how the notification is presented when app is in foreground.

We should introduce a property like showBannersInForeground (boolean) that will allow to change this behaviour.

patrykmol commented 6 years ago

This is implemented for iOS.

mpost commented 6 years ago

@patrykmol Could you create the corresponding js implementation and documentation?

patrykmol commented 6 years ago

@mpost Sure.