Other B4i v2.80 (BETA) is released

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release the beta version of B4i v2.80. This update adds support for Firebase backend services.

The following services are currently supported:
- Analytics: https://www.b4x.com/android/forum/threads/68623/#content
- Authentication (Google + Facebook): https://www.b4x.com/android/forum/threads/68625/#content
- Notifications / push messages: https://www.b4x.com/android/forum/t...ions-push-messages-server-not-required.68645/
- Storage. See the B4A tutorial: https://www.b4x.com/android/forum/threads/firebasestorage-simple-file-storage-backend.68350/#content

The libraries are similar to B4A libraries which makes it simple to implement cross platform solutions.

Other improvements:

- Support for localization of the app name. Tutorial will be available soon.
- Better support for large projects when working with a local Mac (200mb+).
- Bug fixes and other minor improvements.

Notes:
- Application_OpenUrl signature has changed to:
B4X:
Sub Application_OpenUrl (Url As String, Data As Object, SourceApplication As String) As Boolean
The previous signature will work but it is recommended to update it.
- Application_RemoteNotification signature has also changed to:
B4X:
Sub Application_RemoteNotification (Message As Map, CompletionHandler As CompletionHandler)
   Msgbox(Message.Get("title"), "")
   CompletionHandler.Complete
End Sub
It is recommended to update to the new signature and call CompletionHandler.Complete.

Users who are eligible for a free upgrade will receive an email with installation instructions. Please post issues in a new thread in the questions forum.

Thank you!
 
Last edited:

valentino s

Active Member
Licensed User
Longtime User
Togheter with my 2 walks on the Floating Piers this is the most important event in my life this year. Thank you. Erel.
 
Upvote 0

jazzzzzzz

Active Member
Licensed User
Longtime User
@Erel can you add support for 3d touch support in this release? Its been in the wish list for months

Just holding on app icon for custom menu..
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top