Disabled Firebase support on NodeJS 23 for now, added warning.

This commit is contained in:
Ylian Saint-Hilaire
2024-11-26 10:37:27 -08:00
parent 975e49a190
commit 7bd5b66ebc
3 changed files with 31 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -2483,7 +2483,8 @@
23: "Unable to load agent icon file: {0}.",
24: "Unable to load agent logo file: {0}.",
25: "This NodeJS version does not support OpenID.",
26: "This NodeJS version does not support Discord.js."
26: "This NodeJS version does not support Discord.js.",
27: "Firebase is not supported on this version of NodeJS."
};
var x = '';
for (var i in message.warnings) {