About saving articls

Hello everyone
i’m a newbies i have 3 questions

  • i’m asking about how to save articles images because firebase i ask them they don’t support saving articles , and they save images encoding by base64 , can help me
  • and can i creat q&A app with ionic
  • can i do multi languages app with ionic

For your multi-language app I’d recommend using https://angular-translate.github.io/ which allows you use multiple methods for translating as well as customizing what the translations should be under each language. The getting started section should explain it fairly well (I recommend looking into the translate filter).

Unfortunately I don’t have anything for firebase and image saving is something I’m not solid on myself but on your question regarding a q&a app, can you clarify what exactly you mean by that or what you want it to do?

can i use 1page hosting to save all users images and articles ?
about translate i want make user choose his country and choose display langague
about Q&a is question and answer users post question and help themselvs

can i use 1page hosting to save all users images and articles ?
about translate i want make user choose his country and choose display langague
about Q&a is question and answer users post question and help themselvs

I’m not completely sure but I suppose you could as long as firebase would permit it. Could be wrong though, never used firebase.

Choosing country could either be through your own select option in angular or you could check what the phone’s default language is with a cordova plugin.

A q&a app like you’re suggesting is possible, though how far and how much real-time you want to use in it is really up to you and will really determine how much work you’ll need to put into it. From what I’ve read and seen from other users, firebase should also give you some good real-time functionality so your app should be capable of taking advantage of that benefit.

i see firebase pricing and all good , but i don’t think dey support text saving

can suggest me another hosting easy to link with ionic framework

can i use php also to connect with server on app ?

From what I’ve seen, Firebase should be pretty simple but not sure on other options that don’t have higher prices. PHP might work if you use that as backend code for connecting to the server though I haven’t used it myself.

Our App supports Internationalization using Angular Translate. https://angular-translate.github.io/ There are plenty of Articles on that. Works great! If you need to globalize the app name, then checkout my latest article at: https://doylestowncoder.com/2016/04/13/cordova-hook-internationalizing-your-app-name-for-android/