You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by George Yabra <ph...@phantom.im> on 2016/11/09 19:48:31 UTC

[GUIDE] Firebase and Flex

Greetings,

Recently I have wrote some guides and examples [1] on how to use Firebase
with ActionScript 3.

Firebase is a backend as a service powered by Google technologies that is
getting very popular these days for its ease of use and built in
scalability.

The examples provided cover some of the most common use cases such as: real
time chat, CRUD system, file manager and user log-in/sign-up with Email &
Password, Facebook, Google and Twitter.

The examples were developed and tested for Flex desktop but they can work
on Flex mobile as well. I hope they will help you when creating your next
project. :-)

A little bonus:

Generating the icons for your desktop and mobile apps can be a chore, I
created a simple desktop Flex app that helps you generating them. Feel free
to use it.

[1] https://github.com/PhantomAppDevelopment/firebase-as3
[2] https://github.com/PhantomAppDevelopment/icon-generator

Re: [GUIDE] Firebase and Flex

Posted by OK <po...@olafkrueger.net>.
WoW, great work and great documentation, thanks for sharing!
It think this could be also also helpful in a non Firebase context.

Thanks,
Olaf



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/GUIDE-Firebase-and-Flex-tp14079p14096.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: [GUIDE] Firebase and Flex

Posted by Benjamin Povirk <Be...@pop-tv.si>.
Great work, thanks for sharing!

> On 10 Nov 2016, at 02:43, Irwan Husein <ir...@gmail.com> wrote:
>
> really, really cooolll....
> can we hope this feature on FlexJS ?
>
> we got amfjs, material design for flexjs, and now firebase
>
>
>
>
> On 10 November 2016 at 02:48, George Yabra <ph...@phantom.im> wrote:
>
>> Greetings,
>>
>> Recently I have wrote some guides and examples [1] on how to use Firebase
>> with ActionScript 3.
>>
>> Firebase is a backend as a service powered by Google technologies that is
>> getting very popular these days for its ease of use and built in
>> scalability.
>>
>> The examples provided cover some of the most common use cases such as: real
>> time chat, CRUD system, file manager and user log-in/sign-up with Email &
>> Password, Facebook, Google and Twitter.
>>
>> The examples were developed and tested for Flex desktop but they can work
>> on Flex mobile as well. I hope they will help you when creating your next
>> project. :-)
>>
>> A little bonus:
>>
>> Generating the icons for your desktop and mobile apps can be a chore, I
>> created a simple desktop Flex app that helps you generating them. Feel free
>> to use it.
>>
>> [1] https://github.com/PhantomAppDevelopment/firebase-as3
>> [2] https://github.com/PhantomAppDevelopment/icon-generator
>>



SAMO NASLOVNIKU! / ONLY FOR THE INTENDED RECIPIENT!

Opozorilo: Ta elektronska pošta vsebuje informacije, ki so lahko zaupne narave in so namenjene samo naslovniku. Če je bilo zaradi napake v naslovu ali pri prenosu sporočilo poslano drugam, prosimo, da o tem obvestite njegovega avtorja. Če sporočilo ni bilo namenjeno vam, ne smete uporabljati, razkriti, širiti, kopirati, tiskati ali kakorkoli uporabiti informacije v sporočilu.

Disclaimer: This e-mail contains proprietary information some or all of which may be legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this e-mail, please notify the author by replying to this e-mail. If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this e-mail.


Re: [GUIDE] Firebase and Flex

Posted by Gary Yang <fl...@gmail.com>.
This just reminds me of Flash Remote SharedObject and Flash Communication
Server 15yrs ago, still better in most ways, really, at least with
SharedObject, you deal with strong type objects!

Nowadays, it's all politics.
Sad.

On Thu, Nov 10, 2016 at 4:36 PM, AgentPhantom <ph...@phantom.im> wrote:

> Hi,
>
> I'm not familiar with the latest FlexJS developments but I believe you can
> use native JS libraries with it. You might want to use the official
> Firebase
> Web SDK for it.
>
> Or if you want a more AS3 oriented approach you can use HTTPService or
> URLLoader+URLRequest.
>
>
>
> --
> View this message in context: http://apache-flex-users.
> 2333346.n4.nabble.com/GUIDE-Firebase-and-Flex-tp14079p14097.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Re: [GUIDE] Firebase and Flex

Posted by AgentPhantom <ph...@phantom.im>.
Hi,

I'm not familiar with the latest FlexJS developments but I believe you can
use native JS libraries with it. You might want to use the official Firebase
Web SDK for it.

Or if you want a more AS3 oriented approach you can use HTTPService or
URLLoader+URLRequest.



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/GUIDE-Firebase-and-Flex-tp14079p14097.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: [GUIDE] Firebase and Flex

Posted by Irwan Husein <ir...@gmail.com>.
really, really cooolll....
can we hope this feature on FlexJS ?

we got amfjs, material design for flexjs, and now firebase




On 10 November 2016 at 02:48, George Yabra <ph...@phantom.im> wrote:

> Greetings,
>
> Recently I have wrote some guides and examples [1] on how to use Firebase
> with ActionScript 3.
>
> Firebase is a backend as a service powered by Google technologies that is
> getting very popular these days for its ease of use and built in
> scalability.
>
> The examples provided cover some of the most common use cases such as: real
> time chat, CRUD system, file manager and user log-in/sign-up with Email &
> Password, Facebook, Google and Twitter.
>
> The examples were developed and tested for Flex desktop but they can work
> on Flex mobile as well. I hope they will help you when creating your next
> project. :-)
>
> A little bonus:
>
> Generating the icons for your desktop and mobile apps can be a chore, I
> created a simple desktop Flex app that helps you generating them. Feel free
> to use it.
>
> [1] https://github.com/PhantomAppDevelopment/firebase-as3
> [2] https://github.com/PhantomAppDevelopment/icon-generator
>