GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
517 stars 74 forks source link

Fix #379: Replaced "JavaScript" feature tag. #380

Closed kyboon closed 6 months ago

kyboon commented 6 months ago

Replaced OS.has_feature('JavaScript') withOS.has_feature('web'), as the JavaScript feature tag is removed for Godot 4.

Solves the issue #379

According to Godot documentation : Feature tags and Example