I haven't tried it, but I guess it's not free.
firebase.google.com/pricing
<script src='https://cdn1.kongregate.com/javascripts/kongregate_api.js'></script>
add this code to your project and try it.
1. Zigzag by RexRainbow
github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/behaviors/rex_zigzag/dist/rex_zigzag.c3addon
2. MoveTo by RexRaibow
github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/behaviors/rex_moveto/dist/rex_moveto.c3addon
3. LiteTween by lunarray
github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/behaviors/lunarray_litetween/dist/LiteTween%20v.1.7_c3runtime.c3addon
samueledev please redownload and install.
github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/behaviors/easystarjs/dist/easystartilemap_1_04.c3addon
its great game. congratulations.
Actually, Aseprite is an open source. You can compile and use Aseprite yourself.
github.com/aseprite/aseprite/blob/master/INSTALL.md
Just you cannot redistribute compiled versions of Aseprite.
aseprite.org/faq
construct.net/en/profile/edit/social
I don't know why it doesn't work. I didn't use the firebase in any of my projects.
but according to my research guess you should add the "inappbrowser" plugin to your project.
here
cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser
You can look at this topic for detailed information.
construct.net/en/forum/extending-construct-2/addons-29/plugin-firebase-90265/page-32
You can use c3 mobile advert plugin in the c2 project with cordova cli.
npmjs.com/package/construct-mobile-advert
I can help you if you send me mail.
i have fixed. please redownload and try.
github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/plugins/rex_firebase_pack/plugins/rex_firebase_itemtable/dist/rex_firebase_itemtable.c3addon
ERAgames777 Does it work in c2runtime? If it works, please send a sample c3p file, i will test it in c3runtime.
make a zip file and change its extension but they don't support c3runtime. See this topic for rex_plugins with c3runtime support.
construct.net/en/forum/construct-3/plugin-sdk-10/addon-ported-142419
send user profile image to leadearboard with the extra parameter.
Load it into the sprite with the foreach loop.
I tried logging in with Google. it worked smoothly.
try the sample project (auth-facebookorgoogle.capx). if the sample project is not working, the problem may be in your browser.
Develop games in your browser. Powerful, performant & highly capable.
It makes more sense to use the plugin. but if you want to do it via "Browser.ExecJS" you can write this.
Browser.ExecJS("function date() { var months = ['January','February','March','April','May','June','July','August','September','October','November','December']; var now = new Date(); var thisMonth = months[now.getMonth()]; var day = now.getDay(); var year = now.getFullYear(); var text = day+' '+thisMonth+' '+year; return text; } date()")
sample file
oyunkulturu.com/temp/capx/date.c3p