Giter VIP home page Giter VIP logo

Comments (3)

detanaputra avatar detanaputra commented on June 30, 2024 2

is it just me or Godot 3.3 always rewrite all contents on folder [GODOT-PROJECT]/android/build/assets ?
I think it has something to do with that. Since we need to put godot-firebase-config.json file at that folder, when we export the project it got overwritten and because of that, this plugin can not invoke Init method.

putting godot-firebase-config.json at Godot Project Root did the trick. And now I got another error message 😄

from godot-android-plugin-firebase.

kpk-i710 avatar kpk-i710 commented on June 30, 2024

is it just me or Godot 3.3 always rewrite all contents on folder [GODOT-PROJECT]/android/build/assets ?
I think it has something to do with that. Since we need to put godot-firebase-config.json file at that folder, when we export the project it got overwritten and because of that, this plugin can not invoke Init method.

putting godot-firebase-config.json at Godot Project Root did the trick. And now I got another error message 😄

yes in 3.3 godot asset folder is overwritten could not fix this problem yet,? otherwise I'm stuck too

from godot-android-plugin-firebase.

Aco69 avatar Aco69 commented on June 30, 2024

[Firebase] >> The value for apiKey is not configured. If you are not planning to use it, ignore this message.
[Firebase] >> The value for authDomain is not configured. If you are not planning to use it, ignore this message.
[Firebase] >> The value for databaseURL is not configured. If you are not planning to use it, ignore this message.
This is the error I am geting when trying to connect to firebase on godot 3.3
This is how my code looks like
func _ready():
Firebase.Auth.connect("signup_succeeded", self, "_on_register_succeeded")

func _on_Register_released():
var email = $"E-mail".text
var password = $Password.text
Firebase.Auth.signup_with_email_and_password(email, password)

func _on_register_succeeded(auth_info):
print(auth_info)

When I was waching tutorial on godot and firebase I saw that I need to setup config.ctf file to set apiKey etc.When I installed
plugin I didnt get that file so I added it manualy and filled in apiKey and everything from my firebase web/app.So if someone knows how to fix this It would mean a lot to me.Thanks i advance

from godot-android-plugin-firebase.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.