Keep up with latest product news
Release notes are at https://www.georgejames.com/files-cgi/doc/deltanji/8.0/WebDoc/docs/releasenotes80.html
Release notes are at https://www.georgejames.com/files-cgi/doc/deltanji/8.0/WebDoc/docs/releasenotes71.html
Full Changelog: https://github.com/intersystems/git-source-control/compare/v2.4.0...v2.4.1
Added Login page support
Multiple namespaces support
fixed classes source code display
#39: Fixed bug where results viewer gave divide by zero error when there were 0 executed methods in the covered code
#41: Now the code strips leading and trailing whitespace from coverage.list, so "PackageName.PKG " will still be loaded properly
Select and Ingest Document Functionality Added
Delete Ingested Document Functionality Added
What's New?
What's New?
Bug Fixes
How to Work With it
Initialization
Follow the steps of this tutorial to configure your instance:
https://community.intersystems.com/post/firebase-cloud-messaging-irisfirebase-fcm
Send Message to Token ID:
##class(Firebase.FCM).Send(appName, token, title, body, image, data)
Save Token:
##class(iFirebase.FCM).SaveToken(appName, token, id)
Send Message to Saved ID:
##class(Firebase.FCM).SendMessageToId(appName, id, title, body, image, data)
Enhancement :
Fix: