Hi Mark. You should be able to develop a PHP backend that talks to the Firebase REST API <https://www.firebase.com/docs/rest/quickstart.html>. On the client-side Polymer (iron-ajax or similar) can then talk to your endpoint.
Alternatively, check out the <fire-elements>: https://elements.polymer-project.org/elements/firebase-element?active=firebase-collection That would remove the need for a server altogether. On Wed, Jul 1, 2015 at 1:39 PM Mark Wang <[email protected]> wrote: > Hi > > I am used to use PHP. I just recently start to move to Polymer. The system > that I am developing need some server-side work such as import-export data > to-from database as CSV or Excel files. > I am wondering if there is any way to create custom server-side module, > that I can use and pull and manipulate data from Firebase? > > Thank you! > > > Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/f666663c-e347-425a-b82c-50c187fcc899%40googlegroups.com > <https://groups.google.com/d/msgid/polymer-dev/f666663c-e347-425a-b82c-50c187fcc899%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CACGqRCBogoU7ASQ%2Bcdirt_D6j7W_ND-SBycEjG%2BNh-%2Bz498-Rg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
